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:num_lps
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/block/partitions/
H
A
D
aix.c
42
__be16
num_lps
;
member
230
lvip[i].pps_per_lv = be16_to_cpu(p[i].
num_lps
);
in aix_partition()
/kernel/linux/linux-6.6/block/partitions/
H
A
D
aix.c
42
__be16
num_lps
;
member
214
lvip[i].pps_per_lv = be16_to_cpu(p[i].
num_lps
);
in aix_partition()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_svc.h
422
int
num_lps
;
member
H
A
D
bfa_svc.c
1487
mod->
num_lps
= BFA_LPS_MAX_LPORTS;
in bfa_lps_attach()
1489
mod->
num_lps
= BFA_LPS_MIN_LPORTS;
in bfa_lps_attach()
1491
mod->
num_lps
= BFA_LPS_MAX_LPORTS;
in bfa_lps_attach()
1494
bfa_mem_kva_curp(mod) += mod->
num_lps
* sizeof(struct bfa_lps_s);
in bfa_lps_attach()
1500
for (i = 0; i < mod->
num_lps
; i++, lps++) {
in bfa_lps_attach()
1539
WARN_ON(rsp->bfa_tag >= mod->
num_lps
);
in bfa_lps_login_rsp()
1620
WARN_ON(rsp->bfa_tag >= mod->
num_lps
);
in bfa_lps_logout_rsp()
1938
for (i = 0, lps = mod->lps_arr; i < mod->
num_lps
; i++, lps++) {
in bfa_lps_get_tag_from_pid()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_svc.h
422
int
num_lps
;
member
H
A
D
bfa_svc.c
1481
mod->
num_lps
= BFA_LPS_MAX_LPORTS;
in bfa_lps_attach()
1483
mod->
num_lps
= BFA_LPS_MIN_LPORTS;
in bfa_lps_attach()
1485
mod->
num_lps
= BFA_LPS_MAX_LPORTS;
in bfa_lps_attach()
1488
bfa_mem_kva_curp(mod) += mod->
num_lps
* sizeof(struct bfa_lps_s);
in bfa_lps_attach()
1494
for (i = 0; i < mod->
num_lps
; i++, lps++) {
in bfa_lps_attach()
1533
WARN_ON(rsp->bfa_tag >= mod->
num_lps
);
in bfa_lps_login_rsp()
1614
WARN_ON(rsp->bfa_tag >= mod->
num_lps
);
in bfa_lps_logout_rsp()
1932
for (i = 0, lps = mod->lps_arr; i < mod->
num_lps
; i++, lps++) {
in bfa_lps_get_tag_from_pid()
Completed in 19 milliseconds