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:j_join_wait
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/
H
A
D
journal.c
2857
init_waitqueue_head(&journal->
j_join_wait
);
in journal_init()
2954
wake_up(&journal->
j_join_wait
);
in reiserfs_allow_writes()
2961
wait_event(journal->
j_join_wait
,
in reiserfs_wait_on_write_block()
2976
add_wait_queue(&journal->
j_join_wait
, &wait);
in queue_log_writer()
2984
remove_wait_queue(&journal->
j_join_wait
, &wait);
in queue_log_writer()
2991
wake_up(&journal->
j_join_wait
);
in wake_queued_writers()
3606
* wait on
j_join_wait
until all the writers are done. By the time it
3611
* others are waiting on
j_join_wait
.
3650
* we wait on
j_join_wait
. We will wake up when the last writer has
in check_journal_end()
3705
/* don't batch when someone is waiting on
j_join_wait
*/
in check_journal_end()
[all...]
H
A
D
reiserfs.h
339
wait_queue_head_t
j_join_wait
;
member
341
atomic_t j_jlock; /* lock for
j_join_wait
*/
344
/* no more journal begins allowed. MUST sleep on
j_join_wait
*/
/kernel/linux/linux-6.6/fs/reiserfs/
H
A
D
journal.c
2864
init_waitqueue_head(&journal->
j_join_wait
);
in journal_init()
2961
wake_up(&journal->
j_join_wait
);
in reiserfs_allow_writes()
2968
wait_event(journal->
j_join_wait
,
in reiserfs_wait_on_write_block()
2983
add_wait_queue(&journal->
j_join_wait
, &wait);
in queue_log_writer()
2991
remove_wait_queue(&journal->
j_join_wait
, &wait);
in queue_log_writer()
2998
wake_up(&journal->
j_join_wait
);
in wake_queued_writers()
3611
* wait on
j_join_wait
until all the writers are done. By the time it
3616
* others are waiting on
j_join_wait
.
3655
* we wait on
j_join_wait
. We will wake up when the last writer has
in check_journal_end()
3710
/* don't batch when someone is waiting on
j_join_wait
*/
in check_journal_end()
[all...]
H
A
D
reiserfs.h
336
wait_queue_head_t
j_join_wait
;
member
338
atomic_t j_jlock; /* lock for
j_join_wait
*/
341
/* no more journal begins allowed. MUST sleep on
j_join_wait
*/
Completed in 22 milliseconds