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:fggc_wq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/
H
A
D
gc.h
47
wait_queue_head_t
fggc_wq
; /*
member
H
A
D
gc.c
35
wait_queue_head_t *
fggc_wq
= &sbi->gc_thread->
fggc_wq
;
in gc_thread_func()
local
46
waitqueue_active(
fggc_wq
) ||
in gc_thread_func()
50
if (test_opt(sbi, GC_MERGE) && waitqueue_active(
fggc_wq
))
in gc_thread_func()
133
wake_up_all(&gc_th->
fggc_wq
);
in gc_thread_func()
168
init_waitqueue_head(&sbi->gc_thread->
fggc_wq
);
in f2fs_start_gc_thread()
186
wake_up_all(&gc_th->
fggc_wq
);
in f2fs_stop_gc_thread()
H
A
D
segment.c
607
prepare_to_wait(&sbi->gc_thread->
fggc_wq
, &wait,
in f2fs_balance_fs()
611
finish_wait(&sbi->gc_thread->
fggc_wq
, &wait);
in f2fs_balance_fs()
/kernel/linux/linux-6.6/fs/f2fs/
H
A
D
gc.h
49
wait_queue_head_t
fggc_wq
; /*
member
H
A
D
gc.c
36
wait_queue_head_t *
fggc_wq
= &sbi->gc_thread->
fggc_wq
;
in gc_thread_func()
local
51
waitqueue_active(
fggc_wq
) ||
in gc_thread_func()
55
if (test_opt(sbi, GC_MERGE) && waitqueue_active(
fggc_wq
))
in gc_thread_func()
149
wake_up_all(&gc_th->
fggc_wq
);
in gc_thread_func()
190
init_waitqueue_head(&sbi->gc_thread->
fggc_wq
);
in f2fs_start_gc_thread()
211
wake_up_all(&gc_th->
fggc_wq
);
in f2fs_stop_gc_thread()
H
A
D
segment.c
424
prepare_to_wait(&sbi->gc_thread->
fggc_wq
, &wait,
in f2fs_balance_fs()
428
finish_wait(&sbi->gc_thread->
fggc_wq
, &wait);
in f2fs_balance_fs()
Completed in 19 milliseconds