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:cqp_avail_reqs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_utils.c
366
if (!list_empty(&cqp->
cqp_avail_reqs
)) {
in i40iw_get_cqp_request()
367
cqp_request = list_entry(cqp->
cqp_avail_reqs
.next,
in i40iw_get_cqp_request()
412
list_add_tail(&cqp_request->list, &cqp->
cqp_avail_reqs
);
in i40iw_free_cqp_request()
H
A
D
i40iw.h
157
struct list_head
cqp_avail_reqs
;
member
H
A
D
i40iw_main.c
608
INIT_LIST_HEAD(&cqp->
cqp_avail_reqs
);
in i40iw_create_cqp()
613
list_add_tail(&cqp->cqp_requests[i].list, &cqp->
cqp_avail_reqs
);
in i40iw_create_cqp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
main.h
179
struct list_head
cqp_avail_reqs
;
member
H
A
D
utils.c
436
if (!list_empty(&cqp->
cqp_avail_reqs
)) {
in irdma_alloc_and_get_cqp_request()
437
cqp_request = list_first_entry(&cqp->
cqp_avail_reqs
,
in irdma_alloc_and_get_cqp_request()
489
list_add_tail(&cqp_request->list, &cqp->
cqp_avail_reqs
);
in irdma_free_cqp_request()
H
A
D
hw.c
1001
INIT_LIST_HEAD(&cqp->
cqp_avail_reqs
);
in irdma_create_cqp()
1007
list_add_tail(&cqp->cqp_requests[i].list, &cqp->
cqp_avail_reqs
);
in irdma_create_cqp()
Completed in 13 milliseconds