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:outstanding_wrs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
gsi.c
56
wr = &gsi->
outstanding_wrs
[index % gsi->cap.max_send_wr];
in generate_completions()
111
gsi->
outstanding_wrs
=
in mlx5_ib_create_gsi()
112
kcalloc(attr->cap.max_send_wr, sizeof(*gsi->
outstanding_wrs
),
in mlx5_ib_create_gsi()
114
if (!gsi->
outstanding_wrs
) {
in mlx5_ib_create_gsi()
179
kfree(gsi->
outstanding_wrs
);
in mlx5_ib_create_gsi()
214
kfree(gsi->
outstanding_wrs
);
in mlx5_ib_destroy_gsi()
400
gsi_wr = &gsi->
outstanding_wrs
[gsi->outstanding_pi %
in mlx5_ib_add_outstanding_wr()
H
A
D
mlx5_ib.h
392
struct mlx5_ib_gsi_wr *
outstanding_wrs
;
member
397
*
outstanding_wrs
array and indices.
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
gsi.c
56
wr = &gsi->
outstanding_wrs
[index % gsi->cap.max_send_wr];
in generate_completions()
111
gsi->
outstanding_wrs
=
in mlx5_ib_create_gsi()
112
kcalloc(attr->cap.max_send_wr, sizeof(*gsi->
outstanding_wrs
),
in mlx5_ib_create_gsi()
114
if (!gsi->
outstanding_wrs
) {
in mlx5_ib_create_gsi()
162
kfree(gsi->
outstanding_wrs
);
in mlx5_ib_create_gsi()
194
kfree(gsi->
outstanding_wrs
);
in mlx5_ib_destroy_gsi()
371
gsi_wr = &gsi->
outstanding_wrs
[gsi->outstanding_pi %
in mlx5_ib_add_outstanding_wr()
H
A
D
mlx5_ib.h
483
struct mlx5_ib_gsi_wr *
outstanding_wrs
;
member
488
*
outstanding_wrs
array and indices.
Completed in 9 milliseconds