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:commit_wait
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/
H
A
D
transaction.h
51
wait_queue_head_t
commit_wait
;
member
H
A
D
transaction.c
341
init_waitqueue_head(&cur_trans->
commit_wait
);
in join_transaction()
839
wait_event(commit->
commit_wait
, commit->state == TRANS_STATE_COMPLETED);
in wait_for_commit()
2426
wake_up(&cur_trans->
commit_wait
);
in btrfs_commit_transaction()
H
A
D
disk-io.c
4746
wake_up(&cur_trans->
commit_wait
);
in btrfs_cleanup_one_transaction()
/kernel/linux/linux-6.6/fs/btrfs/
H
A
D
transaction.h
57
wait_queue_head_t
commit_wait
;
member
H
A
D
transaction.c
343
init_waitqueue_head(&cur_trans->
commit_wait
);
in join_transaction()
879
wait_event(commit->
commit_wait
, commit->state >= min_state);
in wait_for_commit()
2529
wake_up(&cur_trans->
commit_wait
);
in btrfs_commit_transaction()
2543
wake_up(&cur_trans->
commit_wait
);
in btrfs_commit_transaction()
H
A
D
disk-io.c
4905
wake_up(&cur_trans->
commit_wait
);
in btrfs_cleanup_one_transaction()
Completed in 17 milliseconds