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:rvt_rwq
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
srq.c
111
u32 s = sizeof(struct
rvt_rwq
) + srq->rq.size * sz;
in rvt_create_srq()
177
struct
rvt_rwq
*owq = NULL;
in rvt_modify_srq()
272
u32 s = sizeof(struct
rvt_rwq
) + size * sz;
in rvt_modify_srq()
H
A
D
qp.c
827
rq->wq = vmalloc_user(sizeof(struct
rvt_rwq
) + size);
in rvt_alloc_rq()
1253
u32 s = sizeof(struct
rvt_rwq
) + qp->r_rq.size * sz;
in rvt_create_qp()
1385
struct
rvt_rwq
*wq = NULL;
in rvt_error_qp()
2399
struct
rvt_rwq
*wq;
in rvt_get_rwqe()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
srq.c
69
u32 s = sizeof(struct
rvt_rwq
) + srq->rq.size * sz;
in rvt_create_srq()
135
struct
rvt_rwq
*owq = NULL;
in rvt_modify_srq()
230
u32 s = sizeof(struct
rvt_rwq
) + size * sz;
in rvt_modify_srq()
H
A
D
qp.c
787
rq->wq = vmalloc_user(sizeof(struct
rvt_rwq
) + size);
in rvt_alloc_rq()
1204
u32 s = sizeof(struct
rvt_rwq
) + qp->r_rq.size * sz;
in rvt_create_qp()
1329
struct
rvt_rwq
*wq = NULL;
in rvt_error_qp()
2348
struct
rvt_rwq
*wq;
in rvt_get_rwqe()
/kernel/linux/linux-5.10/include/uapi/rdma/
H
A
D
rvt-abi.h
59
struct
rvt_rwq
{
struct
/kernel/linux/linux-6.6/include/uapi/rdma/
H
A
D
rvt-abi.h
59
struct
rvt_rwq
{
struct
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H
A
D
rvt-abi.h
42
struct
rvt_rwq
{
struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H
A
D
rvt-abi.h
42
struct
rvt_rwq
{
struct
/kernel/linux/linux-5.10/include/rdma/
H
A
D
rdmavt_qp.h
258
struct
rvt_rwq
*wq;
542
* struct
rvt_rwq
.wq. This function does the array index computation.
/kernel/linux/linux-6.6/include/rdma/
H
A
D
rdmavt_qp.h
258
struct
rvt_rwq
*wq;
542
* struct
rvt_rwq
.wq. This function does the array index computation.
Completed in 12 milliseconds