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:rwr_tbl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/
H
A
D
erdma_cq.c
154
id_table = kern_qp->
rwr_tbl
;
in erdma_poll_one_cqe()
H
A
D
erdma_verbs.h
159
u64 *
rwr_tbl
;
member
H
A
D
erdma_verbs.c
482
vfree(qp->kern_qp.
rwr_tbl
);
in free_kernel_qp()
515
kqp->
rwr_tbl
= vmalloc_array(qp->attrs.rq_size, sizeof(u64));
in init_kernel_qp()
516
if (!kqp->swr_tbl || !kqp->
rwr_tbl
)
in init_kernel_qp()
1283
vfree(qp->kern_qp.
rwr_tbl
);
in erdma_destroy_qp()
H
A
D
erdma_qp.c
563
qp->kern_qp.
rwr_tbl
[qp->kern_qp.rq_pi & (qp->attrs.rq_size - 1)] =
in erdma_post_recv_one()
Completed in 6 milliseconds