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:rw_ctxs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
900
ioctx->
rw_ctxs
= &ioctx->s_rw_ctx;
in srpt_alloc_rw_ctxs()
902
ioctx->
rw_ctxs
= kmalloc_array(nbufs, sizeof(*ioctx->
rw_ctxs
),
in srpt_alloc_rw_ctxs()
904
if (!ioctx->
rw_ctxs
)
in srpt_alloc_rw_ctxs()
909
struct srpt_rw_ctx *ctx = &ioctx->
rw_ctxs
[i];
in srpt_alloc_rw_ctxs()
946
struct srpt_rw_ctx *ctx = &ioctx->
rw_ctxs
[i];
in srpt_alloc_rw_ctxs()
952
if (ioctx->
rw_ctxs
!= &ioctx->s_rw_ctx)
in srpt_alloc_rw_ctxs()
953
kfree(ioctx->
rw_ctxs
);
in srpt_alloc_rw_ctxs()
964
struct srpt_rw_ctx *ctx = &ioctx->
rw_ctxs
[i];
in srpt_free_rw_ctxs()
971
if (ioctx->
rw_ctxs
!
in srpt_free_rw_ctxs()
[all...]
H
A
D
ib_srpt.h
201
* @s_rw_ctx: @
rw_ctxs
points here if only a single rw_ctx is needed.
202
* @
rw_ctxs
: RDMA read/write contexts.
209
* @n_rw_ctx: Size of
rw_ctxs
array.
219
struct srpt_rw_ctx *
rw_ctxs
;
member
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H
A
D
ib_srpt.c
906
ioctx->
rw_ctxs
= &ioctx->s_rw_ctx;
in srpt_alloc_rw_ctxs()
908
ioctx->
rw_ctxs
= kmalloc_array(nbufs, sizeof(*ioctx->
rw_ctxs
),
in srpt_alloc_rw_ctxs()
910
if (!ioctx->
rw_ctxs
)
in srpt_alloc_rw_ctxs()
915
struct srpt_rw_ctx *ctx = &ioctx->
rw_ctxs
[i];
in srpt_alloc_rw_ctxs()
952
struct srpt_rw_ctx *ctx = &ioctx->
rw_ctxs
[i];
in srpt_alloc_rw_ctxs()
958
if (ioctx->
rw_ctxs
!= &ioctx->s_rw_ctx)
in srpt_alloc_rw_ctxs()
959
kfree(ioctx->
rw_ctxs
);
in srpt_alloc_rw_ctxs()
970
struct srpt_rw_ctx *ctx = &ioctx->
rw_ctxs
[i];
in srpt_free_rw_ctxs()
977
if (ioctx->
rw_ctxs
!
in srpt_free_rw_ctxs()
[all...]
H
A
D
ib_srpt.h
201
* @s_rw_ctx: @
rw_ctxs
points here if only a single rw_ctx is needed.
202
* @
rw_ctxs
: RDMA read/write contexts.
209
* @n_rw_ctx: Size of
rw_ctxs
array.
219
struct srpt_rw_ctx *
rw_ctxs
;
member
Completed in 15 milliseconds