Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:n_pids
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
datapath.h
58
* @
n_pids
: Size of @pids array.
64
u32
n_pids
;
member
H
A
D
datapath.c
1603
pids_len = min(pids->
n_pids
, nr_cpu_ids) * sizeof(u32);
in ovs_dp_cmd_fill_info()
1670
dp_nlsk_pids->
n_pids
= nla_len(ids) / sizeof(u32);
in ovs_dp_set_upcall_portids()
1687
if (cpu_id < dp_nlsk_pids->
n_pids
) {
in ovs_dp_get_upcall_portid()
1689
} else if (dp_nlsk_pids->
n_pids
> 0 &&
in ovs_dp_get_upcall_portid()
1690
cpu_id >= dp_nlsk_pids->
n_pids
) {
in ovs_dp_get_upcall_portid()
1698
dp_nlsk_pids->
n_pids
];
in ovs_dp_get_upcall_portid()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_fcs_lport.c
3632
u32 *pid_buf, u32
n_pids
);
4930
u32
n_pids
;
in bfa_fcs_lport_ns_gid_ft_response()
local
4962
n_pids
= (fc_get_ctresp_pyld_len(rsp_len) / sizeof(u32));
in bfa_fcs_lport_ns_gid_ft_response()
4963
bfa_trc(port->fcs,
n_pids
);
in bfa_fcs_lport_ns_gid_ft_response()
4966
n_pids
);
in bfa_fcs_lport_ns_gid_ft_response()
5025
u32
n_pids
)
in bfa_fcs_lport_ns_process_gidft_pids()
5035
for (ii = 0; ii <
n_pids
; ii++) {
in bfa_fcs_lport_ns_process_gidft_pids()
5024
bfa_fcs_lport_ns_process_gidft_pids(struct bfa_fcs_lport_s *port, u32 *pid_buf, u32
n_pids
)
bfa_fcs_lport_ns_process_gidft_pids()
argument
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_fcs_lport.c
3640
u32 *pid_buf, u32
n_pids
);
4938
u32
n_pids
;
in bfa_fcs_lport_ns_gid_ft_response()
local
4970
n_pids
= (fc_get_ctresp_pyld_len(rsp_len) / sizeof(u32));
in bfa_fcs_lport_ns_gid_ft_response()
4971
bfa_trc(port->fcs,
n_pids
);
in bfa_fcs_lport_ns_gid_ft_response()
4974
n_pids
);
in bfa_fcs_lport_ns_gid_ft_response()
5033
u32
n_pids
)
in bfa_fcs_lport_ns_process_gidft_pids()
5043
for (ii = 0; ii <
n_pids
; ii++) {
in bfa_fcs_lport_ns_process_gidft_pids()
5032
bfa_fcs_lport_ns_process_gidft_pids(struct bfa_fcs_lport_s *port, u32 *pid_buf, u32
n_pids
)
bfa_fcs_lport_ns_process_gidft_pids()
argument
Completed in 19 milliseconds