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:k_wc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H
A
D
cq.c
72
struct rvt_k_cq_wc *
k_wc
= NULL;
in rvt_cq_enter()
local
86
k_wc
= cq->kqueue;
in rvt_cq_enter()
87
kqueue = &
k_wc
->kqueue[0];
in rvt_cq_enter()
88
head =
k_wc
->head;
in rvt_cq_enter()
89
tail =
k_wc
->tail;
in rvt_cq_enter()
140
k_wc
->head = next;
in rvt_cq_enter()
207
struct rvt_k_cq_wc *
k_wc
= NULL;
in rvt_create_cq()
local
239
sz += sizeof(*
k_wc
);
in rvt_create_cq()
240
k_wc
= vzalloc_node(sz, rdi->dparms.node);
in rvt_create_cq()
241
if (!
k_wc
)
in rvt_create_cq()
389
struct rvt_k_cq_wc *
k_wc
= NULL;
rvt_resize_cq()
local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H
A
D
cq.c
30
struct rvt_k_cq_wc *
k_wc
= NULL;
in rvt_cq_enter()
local
44
k_wc
= cq->kqueue;
in rvt_cq_enter()
45
kqueue = &
k_wc
->kqueue[0];
in rvt_cq_enter()
46
head =
k_wc
->head;
in rvt_cq_enter()
47
tail =
k_wc
->tail;
in rvt_cq_enter()
98
k_wc
->head = next;
in rvt_cq_enter()
165
struct rvt_k_cq_wc *
k_wc
= NULL;
in rvt_create_cq()
local
197
sz += sizeof(*
k_wc
);
in rvt_create_cq()
198
k_wc
= vzalloc_node(sz, rdi->dparms.node);
in rvt_create_cq()
199
if (!
k_wc
)
in rvt_create_cq()
347
struct rvt_k_cq_wc *
k_wc
= NULL;
rvt_resize_cq()
local
[all...]
Completed in 2 milliseconds