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:bucket_lock
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/bcache/
H
A
D
alloc.c
102
mutex_lock(&c->
bucket_lock
);
in bch_rescale_priorities()
115
mutex_unlock(&c->
bucket_lock
);
in bch_rescale_priorities()
142
lockdep_assert_held(&ca->set->
bucket_lock
);
in __bch_invalidate_one_bucket()
289
mutex_unlock(&(ca)->set->
bucket_lock
); \
297
mutex_lock(&(ca)->set->
bucket_lock
); \
321
mutex_lock(&ca->set->
bucket_lock
);
in bch_allocator_thread()
336
mutex_unlock(&ca->set->
bucket_lock
);
in bch_allocator_thread()
340
mutex_lock(&ca->set->
bucket_lock
);
in bch_allocator_thread()
417
mutex_unlock(&ca->set->
bucket_lock
);
in bch_bucket_alloc()
419
mutex_lock(&ca->set->
bucket_lock
);
in bch_bucket_alloc()
[all...]
H
A
D
btree.c
592
lockdep_assert_held(&b->c->
bucket_lock
);
in mca_reap()
663
mutex_lock(&c->
bucket_lock
);
in bch_mca_scan()
664
else if (!mutex_trylock(&c->
bucket_lock
))
in bch_mca_scan()
709
mutex_unlock(&c->
bucket_lock
);
in bch_mca_scan()
737
mutex_lock(&c->
bucket_lock
);
in bch_btree_cache_free()
772
mutex_unlock(&c->
bucket_lock
);
in bch_btree_cache_free()
905
lockdep_assert_held(&c->
bucket_lock
);
in mca_alloc()
996
mutex_lock(&c->
bucket_lock
);
in bch_btree_node_get()
998
mutex_unlock(&c->
bucket_lock
);
in bch_btree_node_get()
1042
mutex_lock(&parent->c->
bucket_lock
);
in btree_node_prefetch()
[all...]
H
A
D
extents.c
179
if (mutex_trylock(&b->c->
bucket_lock
)) {
in btree_ptr_bad_expensive()
191
mutex_unlock(&b->c->
bucket_lock
);
in btree_ptr_bad_expensive()
196
mutex_unlock(&b->c->
bucket_lock
);
in btree_ptr_bad_expensive()
513
if (mutex_trylock(&b->c->
bucket_lock
)) {
in bch_extent_bad_expensive()
523
mutex_unlock(&b->c->
bucket_lock
);
in bch_extent_bad_expensive()
528
mutex_unlock(&b->c->
bucket_lock
);
in bch_extent_bad_expensive()
H
A
D
sysfs.c
666
mutex_lock(&c->
bucket_lock
);
in bch_cache_size()
670
mutex_unlock(&c->
bucket_lock
);
in bch_cache_size()
679
mutex_lock(&c->
bucket_lock
);
in bch_cache_max_chain()
693
mutex_unlock(&c->
bucket_lock
);
in bch_cache_max_chain()
1051
mutex_lock(&ca->set->
bucket_lock
);
in SHOW()
1065
mutex_unlock(&ca->set->
bucket_lock
);
in SHOW()
1144
mutex_lock(&ca->set->
bucket_lock
);
in SHOW_LOCKED()
1146
mutex_unlock(&ca->set->
bucket_lock
);
in SHOW_LOCKED()
H
A
D
movinggc.c
206
mutex_lock(&c->
bucket_lock
);
in bch_moving_gc()
241
mutex_unlock(&c->
bucket_lock
);
in bch_moving_gc()
H
A
D
super.c
638
lockdep_assert_held(&ca->set->
bucket_lock
);
in bch_prio_write()
665
mutex_unlock(&ca->set->
bucket_lock
);
in bch_prio_write()
667
mutex_lock(&ca->set->
bucket_lock
);
in bch_prio_write()
673
mutex_unlock(&ca->set->
bucket_lock
);
in bch_prio_write()
678
mutex_lock(&ca->set->
bucket_lock
);
in bch_prio_write()
1922
mutex_init(&c->
bucket_lock
);
in bch_cache_set_alloc()
2107
mutex_lock(&c->
bucket_lock
);
in run_cache_set()
2109
mutex_unlock(&c->
bucket_lock
);
in run_cache_set()
H
A
D
journal.c
455
mutex_lock(&c->
bucket_lock
);
in btree_flush_write()
520
* To avoid holding c->
bucket_lock
too long time,
in btree_flush_write()
529
mutex_unlock(&c->
bucket_lock
);
in btree_flush_write()
H
A
D
bcache.h
542
struct mutex
bucket_lock
;
member
648
* it's not while a gc is in progress. Protected by
bucket_lock
.
/kernel/linux/linux-6.6/drivers/md/bcache/
H
A
D
alloc.c
102
mutex_lock(&c->
bucket_lock
);
in bch_rescale_priorities()
115
mutex_unlock(&c->
bucket_lock
);
in bch_rescale_priorities()
142
lockdep_assert_held(&ca->set->
bucket_lock
);
in __bch_invalidate_one_bucket()
289
mutex_unlock(&(ca)->set->
bucket_lock
); \
297
mutex_lock(&(ca)->set->
bucket_lock
); \
321
mutex_lock(&ca->set->
bucket_lock
);
in bch_allocator_thread()
336
mutex_unlock(&ca->set->
bucket_lock
);
in bch_allocator_thread()
340
mutex_lock(&ca->set->
bucket_lock
);
in bch_allocator_thread()
417
mutex_unlock(&ca->set->
bucket_lock
);
in bch_bucket_alloc()
419
mutex_lock(&ca->set->
bucket_lock
);
in bch_bucket_alloc()
[all...]
H
A
D
btree.c
613
lockdep_assert_held(&b->c->
bucket_lock
);
in mca_reap()
684
mutex_lock(&c->
bucket_lock
);
in bch_mca_scan()
685
else if (!mutex_trylock(&c->
bucket_lock
))
in bch_mca_scan()
730
mutex_unlock(&c->
bucket_lock
);
in bch_mca_scan()
758
mutex_lock(&c->
bucket_lock
);
in bch_btree_cache_free()
793
mutex_unlock(&c->
bucket_lock
);
in bch_btree_cache_free()
926
lockdep_assert_held(&c->
bucket_lock
);
in mca_alloc()
1017
mutex_lock(&c->
bucket_lock
);
in bch_btree_node_get()
1019
mutex_unlock(&c->
bucket_lock
);
in bch_btree_node_get()
1063
mutex_lock(&parent->c->
bucket_lock
);
in btree_node_prefetch()
[all...]
H
A
D
extents.c
179
if (mutex_trylock(&b->c->
bucket_lock
)) {
in btree_ptr_bad_expensive()
191
mutex_unlock(&b->c->
bucket_lock
);
in btree_ptr_bad_expensive()
196
mutex_unlock(&b->c->
bucket_lock
);
in btree_ptr_bad_expensive()
513
if (mutex_trylock(&b->c->
bucket_lock
)) {
in bch_extent_bad_expensive()
523
mutex_unlock(&b->c->
bucket_lock
);
in bch_extent_bad_expensive()
528
mutex_unlock(&b->c->
bucket_lock
);
in bch_extent_bad_expensive()
H
A
D
sysfs.c
687
mutex_lock(&c->
bucket_lock
);
in bch_cache_size()
691
mutex_unlock(&c->
bucket_lock
);
in bch_cache_size()
700
mutex_lock(&c->
bucket_lock
);
in bch_cache_max_chain()
714
mutex_unlock(&c->
bucket_lock
);
in bch_cache_max_chain()
1074
mutex_lock(&ca->set->
bucket_lock
);
in SHOW()
1088
mutex_unlock(&ca->set->
bucket_lock
);
in SHOW()
1168
mutex_lock(&ca->set->
bucket_lock
);
in SHOW_LOCKED()
1170
mutex_unlock(&ca->set->
bucket_lock
);
in SHOW_LOCKED()
H
A
D
movinggc.c
206
mutex_lock(&c->
bucket_lock
);
in bch_moving_gc()
241
mutex_unlock(&c->
bucket_lock
);
in bch_moving_gc()
H
A
D
super.c
635
lockdep_assert_held(&ca->set->
bucket_lock
);
in bch_prio_write()
662
mutex_unlock(&ca->set->
bucket_lock
);
in bch_prio_write()
664
mutex_lock(&ca->set->
bucket_lock
);
in bch_prio_write()
670
mutex_unlock(&ca->set->
bucket_lock
);
in bch_prio_write()
675
mutex_lock(&ca->set->
bucket_lock
);
in bch_prio_write()
1896
mutex_init(&c->
bucket_lock
);
in bch_cache_set_alloc()
2081
mutex_lock(&c->
bucket_lock
);
in run_cache_set()
2083
mutex_unlock(&c->
bucket_lock
);
in run_cache_set()
H
A
D
journal.c
454
mutex_lock(&c->
bucket_lock
);
in btree_flush_write()
519
* To avoid holding c->
bucket_lock
too long time,
in btree_flush_write()
528
mutex_unlock(&c->
bucket_lock
);
in btree_flush_write()
H
A
D
bcache.h
548
struct mutex
bucket_lock
;
member
654
* it's not while a gc is in progress. Protected by
bucket_lock
.
Completed in 28 milliseconds