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:s_dio_done_wq
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
direct-io.c
361
queue_work(dio->inode->i_sb->
s_dio_done_wq
,
in dio_bio_end_aio()
585
old = cmpxchg(&sb->
s_dio_done_wq
, NULL, wq);
in sb_init_dio_done_wq()
599
if (!sb->
s_dio_done_wq
)
in dio_set_defer_completion()
1226
else if (!dio->inode->i_sb->
s_dio_done_wq
) {
in do_blockdev_direct_IO()
H
A
D
super.c
459
if (sb->
s_dio_done_wq
) {
in generic_shutdown_super()
460
destroy_workqueue(sb->
s_dio_done_wq
);
in generic_shutdown_super()
461
sb->
s_dio_done_wq
= NULL;
in generic_shutdown_super()
/kernel/linux/linux-6.6/fs/
H
A
D
direct-io.c
366
queue_work(dio->inode->i_sb->
s_dio_done_wq
,
in dio_bio_end_aio()
574
if (!sb->
s_dio_done_wq
)
in dio_set_defer_completion()
1201
else if (!dio->inode->i_sb->
s_dio_done_wq
) {
in __blockdev_direct_IO()
H
A
D
super.c
687
if (sb->
s_dio_done_wq
) {
in generic_shutdown_super()
688
destroy_workqueue(sb->
s_dio_done_wq
);
in generic_shutdown_super()
689
sb->
s_dio_done_wq
= NULL;
in generic_shutdown_super()
2136
old = cmpxchg(&sb->
s_dio_done_wq
, NULL, wq);
in sb_init_dio_done_wq()
/kernel/linux/linux-5.10/fs/iomap/
H
A
D
direct-io.c
170
queue_work(inode->i_sb->
s_dio_done_wq
, &dio->aio.work);
in iomap_dio_bio_end_io()
506
if (!wait_for_completion && !inode->i_sb->
s_dio_done_wq
) {
in __iomap_dio_rw()
/kernel/linux/linux-6.6/fs/iomap/
H
A
D
direct-io.c
223
queue_work(file_inode(iocb->ki_filp)->i_sb->
s_dio_done_wq
,
in iomap_dio_bio_end_io()
648
if (!wait_for_completion && !inode->i_sb->
s_dio_done_wq
) {
in __iomap_dio_rw()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fs.h
1526
struct workqueue_struct *
s_dio_done_wq
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
fs.h
1288
struct workqueue_struct *
s_dio_done_wq
;
member
Completed in 22 milliseconds