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:cond_wake_up
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
misc.h
13
static inline void
cond_wake_up
(struct wait_queue_head *wq)
in cond_wake_up()
function
H
A
D
locking.c
481
cond_wake_up
(&eb->write_lock_wq);
in btrfs_tree_unlock()
647
cond_wake_up
(&lock->pending_readers);
in btrfs_drew_write_unlock()
H
A
D
zstd.c
331
cond_wake_up
(&wsm.wait);
in zstd_put_workspace()
H
A
D
compression.c
1091
cond_wake_up
(ws_wait);
in btrfs_put_workspace()
H
A
D
transaction.c
977
cond_wake_up
(&cur_trans->writer_wait);
in __btrfs_end_transaction()
H
A
D
tree-log.c
3286
* The barrier before waitqueue_active (in
cond_wake_up
) is needed so
in btrfs_sync_log()
3290
cond_wake_up
(&log_root_tree->log_commit_wait[index2]);
in btrfs_sync_log()
3299
* The barrier before waitqueue_active (in
cond_wake_up
) is needed so
in btrfs_sync_log()
3303
cond_wake_up
(&root->log_commit_wait[index1]);
in btrfs_sync_log()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
misc.h
19
static inline void
cond_wake_up
(struct wait_queue_head *wq)
in cond_wake_up()
function
H
A
D
locking.c
367
cond_wake_up
(&lock->pending_readers);
in btrfs_drew_write_unlock()
H
A
D
zstd.c
335
cond_wake_up
(&wsm.wait);
in zstd_put_workspace()
H
A
D
ordered-data.c
355
cond_wake_up
(&ordered->wait);
in can_finish_ordered_extent()
H
A
D
compression.c
849
cond_wake_up
(ws_wait);
in btrfs_put_workspace()
H
A
D
transaction.c
1034
cond_wake_up
(&cur_trans->writer_wait);
in __btrfs_end_transaction()
H
A
D
tree-log.c
3151
* The barrier before waitqueue_active (in
cond_wake_up
) is needed so
in btrfs_sync_log()
3155
cond_wake_up
(&log_root_tree->log_commit_wait[index2]);
in btrfs_sync_log()
3164
* The barrier before waitqueue_active (in
cond_wake_up
) is needed so
in btrfs_sync_log()
3168
cond_wake_up
(&root->log_commit_wait[index1]);
in btrfs_sync_log()
Completed in 31 milliseconds