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:READ_LOCK
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-cache-metadata.c
1033
#define
READ_LOCK
(cmd) \
macro
1208
READ_LOCK
(cmd);
in dm_cache_load_discards()
1217
READ_LOCK
(cmd);
in dm_cache_size()
1505
READ_LOCK
(cmd);
in dm_cache_load_mappings()
1541
READ_LOCK
(cmd);
in dm_cache_changed_this_transaction()
1673
READ_LOCK
(cmd);
in dm_cache_get_free_metadata_block_count()
1686
READ_LOCK
(cmd);
in dm_cache_get_metadata_dev_size()
1756
READ_LOCK
(cmd);
in dm_cache_metadata_all_clean()
1804
READ_LOCK
(cmd);
in dm_cache_metadata_needs_check()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-cache-metadata.c
1039
#define
READ_LOCK
(cmd) \
macro
1214
READ_LOCK
(cmd);
in dm_cache_load_discards()
1223
READ_LOCK
(cmd);
in dm_cache_size()
1512
READ_LOCK
(cmd);
in dm_cache_load_mappings()
1547
READ_LOCK
(cmd);
in dm_cache_changed_this_transaction()
1680
READ_LOCK
(cmd);
in dm_cache_get_free_metadata_block_count()
1693
READ_LOCK
(cmd);
in dm_cache_get_metadata_dev_size()
1763
READ_LOCK
(cmd);
in dm_cache_metadata_all_clean()
1811
READ_LOCK
(cmd);
in dm_cache_metadata_needs_check()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-lock.c
397
READ_LOCK
= 2,
enumerator
435
if (flag &
READ_LOCK
)
in report_lock_acquire_event()
443
if (flag &
READ_LOCK
) {
in report_lock_acquire_event()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-lock.c
624
READ_LOCK
= 2,
enumerator
692
if (flag &
READ_LOCK
)
in report_lock_acquire_event()
700
if (flag &
READ_LOCK
) {
in report_lock_acquire_event()
Completed in 10 milliseconds