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:reclaim_bgs_lock
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
volumes.c
3272
lockdep_assert_held(&fs_info->
reclaim_bgs_lock
);
in btrfs_relocate_chunk()
3349
mutex_lock(&fs_info->
reclaim_bgs_lock
);
in btrfs_relocate_sys_chunks()
3352
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in btrfs_relocate_sys_chunks()
3360
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in btrfs_relocate_sys_chunks()
3381
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in btrfs_relocate_sys_chunks()
3916
mutex_lock(&fs_info->
reclaim_bgs_lock
);
in __btrfs_balance()
3919
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in __btrfs_balance()
3933
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in __btrfs_balance()
3943
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in __btrfs_balance()
3960
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in __btrfs_balance()
[all...]
H
A
D
block-group.c
1487
if (!mutex_trylock(&fs_info->
reclaim_bgs_lock
))
in btrfs_delete_unused_bgs()
1708
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in btrfs_delete_unused_bgs()
1716
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in btrfs_delete_unused_bgs()
1811
if (!mutex_trylock(&fs_info->
reclaim_bgs_lock
)) {
in btrfs_reclaim_bgs_work()
1930
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in btrfs_reclaim_bgs_work()
1940
if (!mutex_trylock(&fs_info->
reclaim_bgs_lock
))
in btrfs_reclaim_bgs_work()
1945
mutex_unlock(&fs_info->
reclaim_bgs_lock
);
in btrfs_reclaim_bgs_work()
H
A
D
fs.h
725
struct mutex
reclaim_bgs_lock
;
member
H
A
D
disk-io.c
1507
* Acquires fs_info->
reclaim_bgs_lock
to avoid racing
in cleaner_kthread()
1510
* after acquiring fs_info->
reclaim_bgs_lock
. So we
in cleaner_kthread()
2685
mutex_init(&fs_info->
reclaim_bgs_lock
);
in btrfs_init_fs_info()
Completed in 24 milliseconds