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:req_in_use
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
user_sdma.c
144
pq->
req_in_use
= bitmap_zalloc(hfi1_sdma_comp_ring_size, GFP_KERNEL);
in hfi1_user_sdma_alloc_queues()
145
if (!pq->
req_in_use
)
in hfi1_user_sdma_alloc_queues()
188
bitmap_free(pq->
req_in_use
);
in hfi1_user_sdma_alloc_queues()
234
bitmap_free(pq->
req_in_use
);
in hfi1_user_sdma_free_queues()
341
if (test_and_set_bit(info.comp_idx, pq->
req_in_use
)) {
in hfi1_user_sdma_process_request()
1210
clear_bit(req->info.comp_idx, req->pq->
req_in_use
);
in user_sdma_free_request()
H
A
D
user_sdma.h
92
unsigned long *
req_in_use
;
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
user_sdma.h
131
unsigned long *
req_in_use
;
member
H
A
D
user_sdma.c
201
pq->
req_in_use
= bitmap_zalloc(hfi1_sdma_comp_ring_size, GFP_KERNEL);
in hfi1_user_sdma_alloc_queues()
202
if (!pq->
req_in_use
)
in hfi1_user_sdma_alloc_queues()
248
bitmap_free(pq->
req_in_use
);
in hfi1_user_sdma_alloc_queues()
295
bitmap_free(pq->
req_in_use
);
in hfi1_user_sdma_free_queues()
402
if (test_and_set_bit(info.comp_idx, pq->
req_in_use
)) {
in hfi1_user_sdma_process_request()
1282
clear_bit(req->info.comp_idx, req->pq->
req_in_use
);
in user_sdma_free_request()
Completed in 5 milliseconds