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:rxe_pool_elem
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_pool.h
22
struct
rxe_pool_elem
{
struct
34
void (*cleanup)(struct
rxe_pool_elem
*elem);
58
int __rxe_add_to_pool(struct rxe_pool *pool, struct
rxe_pool_elem
*elem,
67
int __rxe_get(struct
rxe_pool_elem
*elem);
70
int __rxe_put(struct
rxe_pool_elem
*elem);
73
int __rxe_cleanup(struct
rxe_pool_elem
*elem, bool sleepable);
79
void __rxe_finalize(struct
rxe_pool_elem
*elem);
H
A
D
rxe_pool.c
16
void (*cleanup)(struct
rxe_pool_elem
*elem);
119
int __rxe_add_to_pool(struct rxe_pool *pool, struct
rxe_pool_elem
*elem,
in __rxe_add_to_pool()
155
struct
rxe_pool_elem
*elem;
in rxe_pool_get_index()
172
struct
rxe_pool_elem
*elem = container_of(kref, typeof(*elem), ref_cnt);
in rxe_elem_release()
177
int __rxe_cleanup(struct
rxe_pool_elem
*elem, bool sleepable)
in __rxe_cleanup()
240
int __rxe_get(struct
rxe_pool_elem
*elem)
in __rxe_get()
245
int __rxe_put(struct
rxe_pool_elem
*elem)
in __rxe_put()
250
void __rxe_finalize(struct
rxe_pool_elem
*elem)
in __rxe_finalize()
H
A
D
rxe_verbs.h
37
struct
rxe_pool_elem
elem;
42
struct
rxe_pool_elem
elem;
47
struct
rxe_pool_elem
elem;
62
struct
rxe_pool_elem
elem;
96
struct
rxe_pool_elem
elem;
204
struct
rxe_pool_elem
elem;
301
struct
rxe_pool_elem
elem;
335
struct
rxe_pool_elem
elem;
H
A
D
rxe_loc.h
34
void rxe_cq_cleanup(struct
rxe_pool_elem
*elem);
81
void rxe_mr_cleanup(struct
rxe_pool_elem
*elem);
89
void rxe_mw_cleanup(struct
rxe_pool_elem
*elem);
114
void rxe_qp_cleanup(struct
rxe_pool_elem
*elem);
161
void rxe_srq_cleanup(struct
rxe_pool_elem
*elem);
H
A
D
rxe_cq.c
127
void rxe_cq_cleanup(struct
rxe_pool_elem
*elem)
in rxe_cq_cleanup()
H
A
D
rxe_srq.c
190
void rxe_srq_cleanup(struct
rxe_pool_elem
*elem)
in rxe_srq_cleanup()
H
A
D
rxe_mw.c
312
void rxe_mw_cleanup(struct
rxe_pool_elem
*elem)
in rxe_mw_cleanup()
H
A
D
rxe_mr.c
722
void rxe_mr_cleanup(struct
rxe_pool_elem
*elem)
in rxe_mr_cleanup()
H
A
D
rxe_qp.c
875
void rxe_qp_cleanup(struct
rxe_pool_elem
*elem)
in rxe_qp_cleanup()
Completed in 6 milliseconds