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:cache_size_mutex
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
raid5.h
626
struct mutex
cache_size_mutex
; /* Protect changes to cache size */
member
H
A
D
raid5.c
2504
mutex_lock(&conf->
cache_size_mutex
);
in resize_stripes()
2521
mutex_unlock(&conf->
cache_size_mutex
);
in resize_stripes()
2630
mutex_unlock(&conf->
cache_size_mutex
);
in resize_stripes()
6528
mutex_trylock(&conf->
cache_size_mutex
)) {
in raid5d()
6534
mutex_unlock(&conf->
cache_size_mutex
);
in raid5d()
6570
mutex_lock(&conf->
cache_size_mutex
);
in raid5_set_cache_size()
6574
mutex_unlock(&conf->
cache_size_mutex
);
in raid5_set_cache_size()
6578
mutex_lock(&conf->
cache_size_mutex
);
in raid5_set_cache_size()
6585
mutex_unlock(&conf->
cache_size_mutex
);
in raid5_set_cache_size()
6725
mutex_lock(&conf->
cache_size_mutex
);
in raid5_store_stripe_size()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H
A
D
raid5.h
638
struct mutex
cache_size_mutex
; /* Protect changes to cache size */
member
H
A
D
raid5.c
2575
mutex_lock(&conf->
cache_size_mutex
);
in resize_stripes()
2592
mutex_unlock(&conf->
cache_size_mutex
);
in resize_stripes()
2701
mutex_unlock(&conf->
cache_size_mutex
);
in resize_stripes()
6863
mutex_trylock(&conf->
cache_size_mutex
)) {
in raid5d()
6869
mutex_unlock(&conf->
cache_size_mutex
);
in raid5d()
6905
mutex_lock(&conf->
cache_size_mutex
);
in raid5_set_cache_size()
6909
mutex_unlock(&conf->
cache_size_mutex
);
in raid5_set_cache_size()
6913
mutex_lock(&conf->
cache_size_mutex
);
in raid5_set_cache_size()
6920
mutex_unlock(&conf->
cache_size_mutex
);
in raid5_set_cache_size()
7060
mutex_lock(&conf->
cache_size_mutex
);
in raid5_store_stripe_size()
[all...]
Completed in 34 milliseconds