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:reqs_lock
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
bcm-sba-raid.c
158
spinlock_t
reqs_lock
;
member
209
spin_lock_irqsave(&sba->
reqs_lock
, flags);
in sba_alloc_request()
217
spin_unlock_irqrestore(&sba->
reqs_lock
, flags);
in sba_alloc_request()
241
/* Note: Must be called with sba->
reqs_lock
held */
245
lockdep_assert_held(&sba->
reqs_lock
);
in _sba_pending_request()
253
/* Note: Must be called with sba->
reqs_lock
held */
257
lockdep_assert_held(&sba->
reqs_lock
);
in _sba_active_request()
270
/* Note: Must be called with sba->
reqs_lock
held */
274
lockdep_assert_held(&sba->
reqs_lock
);
in _sba_abort_request()
282
/* Note: Must be called with sba->
reqs_lock
hel
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
bcm-sba-raid.c
150
spinlock_t
reqs_lock
;
member
201
spin_lock_irqsave(&sba->
reqs_lock
, flags);
in sba_alloc_request()
209
spin_unlock_irqrestore(&sba->
reqs_lock
, flags);
in sba_alloc_request()
233
/* Note: Must be called with sba->
reqs_lock
held */
237
lockdep_assert_held(&sba->
reqs_lock
);
in _sba_pending_request()
245
/* Note: Must be called with sba->
reqs_lock
held */
249
lockdep_assert_held(&sba->
reqs_lock
);
in _sba_active_request()
262
/* Note: Must be called with sba->
reqs_lock
held */
266
lockdep_assert_held(&sba->
reqs_lock
);
in _sba_abort_request()
274
/* Note: Must be called with sba->
reqs_lock
hel
[all...]
Completed in 4 milliseconds