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:wb_completion
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
backing-dev-defs.h
68
struct
wb_completion
{
struct
74
(struct
wb_completion
){ .cnt = ATOMIC_INIT(1), .waitq = (_waitq) }
78
* ->done should be set to a
wb_completion
defined using the following
86
struct
wb_completion
cmpl = WB_COMPLETION_INIT(bdi)
H
A
D
writeback.h
222
enum wb_reason reason, struct
wb_completion
*done);
H
A
D
backing-dev.h
45
void wb_wait_for_completion(struct
wb_completion
*done);
H
A
D
memcontrol.h
192
struct
wb_completion
done; /* tracks in-flight foreign writebacks */
/kernel/linux/linux-6.6/include/linux/
H
A
D
backing-dev-defs.h
63
struct
wb_completion
{
struct
69
(struct
wb_completion
){ .cnt = ATOMIC_INIT(1), .waitq = (_waitq) }
73
* ->done should be set to a
wb_completion
defined using the following
81
struct
wb_completion
cmpl = WB_COMPLETION_INIT(bdi)
H
A
D
backing-dev.h
43
void wb_wait_for_completion(struct
wb_completion
*done);
H
A
D
writeback.h
213
enum wb_reason reason, struct
wb_completion
*done);
H
A
D
memcontrol.h
191
struct
wb_completion
done; /* tracks in-flight foreign writebacks */
/kernel/linux/linux-5.10/fs/
H
A
D
fs-writeback.c
55
struct
wb_completion
*done; /* set if the caller waits */
164
struct
wb_completion
*done = work->done;
in finish_writeback_work()
198
* @done: target
wb_completion
206
void wb_wait_for_completion(struct
wb_completion
*done)
in wb_wait_for_completion()
923
* @done: target
wb_completion
929
enum wb_reason reason, struct
wb_completion
*done)
in cgroup_writeback_by_id()
/kernel/linux/linux-6.6/fs/
H
A
D
fs-writeback.c
55
struct
wb_completion
*done; /* set if the caller waits */
147
struct
wb_completion
*done = work->done;
in finish_writeback_work()
181
* @done: target
wb_completion
189
void wb_wait_for_completion(struct
wb_completion
*done)
in wb_wait_for_completion()
1033
* @done: target
wb_completion
1039
enum wb_reason reason, struct
wb_completion
*done)
in cgroup_writeback_by_id()
Completed in 21 milliseconds