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_srq
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_profile.h
43
int
num_srq
;
member
H
A
D
mthca_profile.c
102
profile[MTHCA_RES_SRQ].num = request->
num_srq
;
in mthca_make_profile()
H
A
D
mthca_main.c
323
profile.
num_srq
= dev_lim.max_srqs;
in mthca_init_tavor()
613
profile.
num_srq
= dev_lim.max_srqs;
in mthca_init_arbel()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_profile.h
43
int
num_srq
;
member
H
A
D
mthca_profile.c
100
profile[MTHCA_RES_SRQ].num = request->
num_srq
;
in mthca_make_profile()
H
A
D
mthca_main.c
323
profile.
num_srq
= dev_lim.max_srqs;
in mthca_init_tavor()
613
profile.
num_srq
= dev_lim.max_srqs;
in mthca_init_arbel()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
profile.c
127
profile[MLX4_RES_SRQ].num = request->
num_srq
;
in mlx4_make_profile()
H
A
D
mlx4.h
421
int
num_srq
;
member
H
A
D
main.c
128
.
num_srq
= 1 << 16,
138
.
num_srq
= 1 << 6,
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
profile.c
127
profile[MLX4_RES_SRQ].num = request->
num_srq
;
in mlx4_make_profile()
H
A
D
mlx4.h
423
int
num_srq
;
member
H
A
D
main.c
127
.
num_srq
= 1 << 16,
137
.
num_srq
= 1 << 6,
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_main.c
403
atomic_set(&sdev->
num_srq
, 0);
in siw_device_create()
H
A
D
siw_verbs.c
1595
if (atomic_inc_return(&sdev->
num_srq
) > SIW_MAX_SRQ) {
in siw_create_srq()
1657
atomic_dec(&sdev->
num_srq
);
in siw_create_srq()
1743
atomic_dec(&sdev->
num_srq
);
in siw_destroy_srq()
H
A
D
siw.h
94
atomic_t
num_srq
;
member
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_main.c
353
atomic_set(&sdev->
num_srq
, 0);
in siw_device_create()
H
A
D
siw_verbs.c
1605
if (atomic_inc_return(&sdev->
num_srq
) > SIW_MAX_SRQ) {
in siw_create_srq()
1667
atomic_dec(&sdev->
num_srq
);
in siw_create_srq()
1753
atomic_dec(&sdev->
num_srq
);
in siw_destroy_srq()
H
A
D
siw.h
95
atomic_t
num_srq
;
member
Completed in 36 milliseconds