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:xfs_discard_wq
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/
H
A
D
xfs_super.h
95
extern struct workqueue_struct *
xfs_discard_wq
;
H
A
D
xfs_log_cil.c
20
struct workqueue_struct *
xfs_discard_wq
;
variable
523
queue_work(
xfs_discard_wq
, &ctx->discard_endio_work);
in xlog_discard_endio()
H
A
D
xfs_super.c
2118
xfs_discard_wq
= alloc_workqueue("xfsdiscard", WQ_UNBOUND, 0);
in xfs_init_workqueues()
2119
if (!
xfs_discard_wq
)
in xfs_init_workqueues()
2131
destroy_workqueue(
xfs_discard_wq
);
in xfs_destroy_workqueues()
H
A
D
xfs_mount.c
664
flush_workqueue(
xfs_discard_wq
);
in xfs_unmount_flush_inodes()
/kernel/linux/linux-6.6/fs/xfs/
H
A
D
xfs_super.h
99
extern struct workqueue_struct *
xfs_discard_wq
;
H
A
D
xfs_discard.c
72
struct workqueue_struct *
xfs_discard_wq
;
variable
96
queue_work(
xfs_discard_wq
, &extents->endio_work);
in xfs_discard_endio()
H
A
D
xfs_super.c
2286
xfs_discard_wq
= alloc_workqueue("xfsdiscard", XFS_WQFLAGS(WQ_UNBOUND),
in xfs_init_workqueues()
2288
if (!
xfs_discard_wq
)
in xfs_init_workqueues()
2300
destroy_workqueue(
xfs_discard_wq
);
in xfs_destroy_workqueues()
H
A
D
xfs_mount.c
588
flush_workqueue(
xfs_discard_wq
);
in xfs_unmount_flush_inodes()
Completed in 10 milliseconds