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_requests
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_main.c
249
kfree(cqp->
cqp_requests
);
in i40iw_destroy_cqp()
250
cqp->
cqp_requests
= NULL;
in i40iw_destroy_cqp()
564
cqp->
cqp_requests
= kcalloc(sqsize, sizeof(*cqp->
cqp_requests
), GFP_KERNEL);
in i40iw_create_cqp()
565
if (!cqp->
cqp_requests
)
in i40iw_create_cqp()
569
kfree(cqp->
cqp_requests
);
in i40iw_create_cqp()
610
/* init the waitq of the
cqp_requests
and add them to the list */
in i40iw_create_cqp()
612
init_waitqueue_head(&cqp->
cqp_requests
[i].waitq);
in i40iw_create_cqp()
613
list_add_tail(&cqp->
cqp_requests
[i].list, &cqp->cqp_avail_reqs);
in i40iw_create_cqp()
H
A
D
i40iw.h
156
struct i40iw_cqp_request *
cqp_requests
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
hw.c
606
kfree(cqp->
cqp_requests
);
in irdma_destroy_cqp()
607
cqp->
cqp_requests
= NULL;
in irdma_destroy_cqp()
937
cqp->
cqp_requests
= kcalloc(sqsize, sizeof(*cqp->
cqp_requests
), GFP_KERNEL);
in irdma_create_cqp()
938
if (!cqp->
cqp_requests
)
in irdma_create_cqp()
1004
/* init the waitqueue of the
cqp_requests
and add them to the list */
in irdma_create_cqp()
1006
init_waitqueue_head(&cqp->
cqp_requests
[i].waitq);
in irdma_create_cqp()
1007
list_add_tail(&cqp->
cqp_requests
[i].list, &cqp->cqp_avail_reqs);
in irdma_create_cqp()
1020
kfree(cqp->
cqp_requests
);
in irdma_create_cqp()
1021
cqp->
cqp_requests
in irdma_create_cqp()
[all...]
H
A
D
main.h
178
struct irdma_cqp_request *
cqp_requests
;
member
Completed in 10 milliseconds