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:replace_wait
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
dev-replace.c
605
wait_event(fs_info->dev_replace.
replace_wait
, !percpu_counter_sum(
in btrfs_rm_dev_replace_blocked()
615
wake_up(&fs_info->dev_replace.
replace_wait
);
in btrfs_rm_dev_replace_unblocked()
1124
cond_wake_up_nomb(&fs_info->dev_replace.
replace_wait
);
in btrfs_bio_counter_sub()
1136
wait_event(fs_info->dev_replace.
replace_wait
,
in btrfs_bio_counter_inc_blocked()
H
A
D
ctree.h
406
wait_queue_head_t
replace_wait
;
member
H
A
D
disk-io.c
2154
init_waitqueue_head(&fs_info->dev_replace.
replace_wait
);
in btrfs_init_dev_replace_locks()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
dev-replace.c
781
wait_event(fs_info->dev_replace.
replace_wait
, !percpu_counter_sum(
in btrfs_rm_dev_replace_blocked()
791
wake_up(&fs_info->dev_replace.
replace_wait
);
in btrfs_rm_dev_replace_unblocked()
1291
cond_wake_up_nomb(&fs_info->dev_replace.
replace_wait
);
in btrfs_bio_counter_sub()
1303
wait_event(fs_info->dev_replace.
replace_wait
,
in btrfs_bio_counter_inc_blocked()
H
A
D
fs.h
273
wait_queue_head_t
replace_wait
;
member
H
A
D
disk-io.c
1930
init_waitqueue_head(&fs_info->dev_replace.
replace_wait
);
in btrfs_init_dev_replace_locks()
Completed in 29 milliseconds