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:recvq
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_verbs.c
413
qp->
recvq
=
in siw_create_qp()
416
qp->
recvq
= vzalloc(num_rqe * sizeof(struct siw_rqe));
in siw_create_qp()
418
if (qp->
recvq
== NULL) {
in siw_create_qp()
452
if (qp->
recvq
) {
in siw_create_qp()
455
siw_mmap_entry_insert(uctx, qp->
recvq
,
in siw_create_qp()
493
vfree(qp->
recvq
);
in siw_create_qp()
1061
struct siw_rqe *rqe = &qp->
recvq
[idx];
in siw_post_receive()
1614
srq->
recvq
=
in siw_create_srq()
1617
srq->
recvq
= vzalloc(srq->num_rqe * sizeof(struct siw_rqe));
in siw_create_srq()
1619
if (srq->
recvq
in siw_create_srq()
[all...]
H
A
D
siw_qp_rx.c
344
rqe = &srq->
recvq
[srq->rq_get % srq->num_rqe];
in siw_rqe_get()
346
if (unlikely(!qp->
recvq
))
in siw_rqe_get()
349
rqe = &qp->
recvq
[qp->rq_get % qp->attrs.rq_size];
in siw_rqe_get()
389
struct siw_rqe *rqe2 = &srq->
recvq
[off];
in siw_rqe_get()
H
A
D
siw.h
249
struct siw_rqe *
recvq
;
member
450
struct siw_rqe *
recvq
; /* recv queue element array */
member
H
A
D
siw_qp.c
1298
&qp->
recvq
[qp->rq_get % qp->attrs.rq_size];
in siw_rq_flush()
1340
vfree(qp->
recvq
);
in siw_free_qp()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_verbs.c
414
qp->
recvq
=
in siw_create_qp()
417
qp->
recvq
= vcalloc(num_rqe, sizeof(struct siw_rqe));
in siw_create_qp()
419
if (qp->
recvq
== NULL) {
in siw_create_qp()
453
if (qp->
recvq
) {
in siw_create_qp()
456
siw_mmap_entry_insert(uctx, qp->
recvq
,
in siw_create_qp()
494
vfree(qp->
recvq
);
in siw_create_qp()
1065
struct siw_rqe *rqe = &qp->
recvq
[idx];
in siw_post_receive()
1624
srq->
recvq
=
in siw_create_srq()
1627
srq->
recvq
= vcalloc(srq->num_rqe, sizeof(struct siw_rqe));
in siw_create_srq()
1629
if (srq->
recvq
in siw_create_srq()
[all...]
H
A
D
siw_qp_rx.c
344
rqe = &srq->
recvq
[srq->rq_get % srq->num_rqe];
in siw_rqe_get()
346
if (unlikely(!qp->
recvq
))
in siw_rqe_get()
349
rqe = &qp->
recvq
[qp->rq_get % qp->attrs.rq_size];
in siw_rqe_get()
389
struct siw_rqe *rqe2 = &srq->
recvq
[off];
in siw_rqe_get()
H
A
D
siw.h
250
struct siw_rqe *
recvq
;
member
452
struct siw_rqe *
recvq
; /* recv queue element array */
member
H
A
D
siw_qp.c
1301
&qp->
recvq
[qp->rq_get % qp->attrs.rq_size];
in siw_rq_flush()
1343
vfree(qp->
recvq
);
in siw_free_qp()
Completed in 13 milliseconds