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:rdma_restrack_get
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
restrack.c
255
int __must_check
rdma_restrack_get
(struct rdma_restrack_entry *res)
in rdma_restrack_get()
function
259
EXPORT_SYMBOL(
rdma_restrack_get
);
variable
278
if (!res || !
rdma_restrack_get
(res))
in rdma_restrack_get_byid()
H
A
D
counters.c
362
if (!
rdma_restrack_get
(res))
in get_running_counters_hwstat_sum()
H
A
D
nldev.c
1399
if (idx < start || !
rdma_restrack_get
(res))
in res_get_common_dumpit()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
restrack.c
269
int __must_check
rdma_restrack_get
(struct rdma_restrack_entry *res)
in rdma_restrack_get()
function
273
EXPORT_SYMBOL(
rdma_restrack_get
);
variable
292
if (!res || !
rdma_restrack_get
(res))
in rdma_restrack_get_byid()
H
A
D
counters.c
404
if (!
rdma_restrack_get
(res))
in get_running_counters_hwstat_sum()
H
A
D
nldev.c
776
if (!
rdma_restrack_get
(res))
in fill_res_srq_qps()
1571
if (idx < start || !
rdma_restrack_get
(res))
in res_get_common_dumpit()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
restrack.h
119
*
rdma_restrack_get
() - grab to protect resource from release
122
int __must_check
rdma_restrack_get
(struct rdma_restrack_entry *res);
/kernel/linux/linux-6.6/include/rdma/
H
A
D
restrack.h
131
*
rdma_restrack_get
() - grab to protect resource from release
134
int __must_check
rdma_restrack_get
(struct rdma_restrack_entry *res);
Completed in 9 milliseconds