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:dm_suspended
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm-writecache.c
711
if (!
dm_suspended
(wc->ti) && !writecache_has_error(wc)) {
in writecache_max_age_timer()
1118
if (
dm_suspended
(wc->ti)) {
in process_flush_mesg()
1172
if (!
dm_suspended
(wc->ti))
in process_cleaner_mesg()
1963
unlikely(
dm_suspended
(wc->ti)))
in writecache_writeback()
2003
if (likely(!
dm_suspended
(wc->ti)))
in writecache_writeback()
H
A
D
dm.c
3110
int
dm_suspended
(struct dm_target *ti)
in dm_suspended()
function
3114
EXPORT_SYMBOL_GPL(
dm_suspended
);
variable
H
A
D
dm-snap.c
2211
} else if (!
dm_suspended
(snap_src->ti)) {
in snapshot_preresume()
H
A
D
dm-clone-target.c
1446
if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !
dm_suspended
(ti))
in clone_status()
H
A
D
dm-mpath.c
1970
if (
dm_suspended
(ti)) {
in multipath_message()
H
A
D
dm-cache-target.c
3077
if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !
dm_suspended
(ti))
in cache_status()
H
A
D
dm-thin.c
3941
if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !
dm_suspended
(ti))
in pool_status()
/kernel/linux/linux-5.10/include/linux/
H
A
D
device-mapper.h
445
int
dm_suspended
(struct dm_target *ti);
/kernel/linux/linux-6.6/include/linux/
H
A
D
device-mapper.h
500
int
dm_suspended
(struct dm_target *ti);
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm-writecache.c
689
if (!
dm_suspended
(wc->ti) && !writecache_has_error(wc)) {
in writecache_max_age_timer()
1090
if (
dm_suspended
(wc->ti)) {
in process_flush_mesg()
1144
if (!
dm_suspended
(wc->ti))
in process_cleaner_mesg()
1851
likely(!wc->writeback_all) && likely(!
dm_suspended
(wc->ti))) {
in writecache_writeback()
H
A
D
dm.c
2897
int
dm_suspended
(struct dm_target *ti)
in dm_suspended()
function
2901
EXPORT_SYMBOL_GPL(
dm_suspended
);
variable
H
A
D
dm-mpath.c
1923
if (
dm_suspended
(ti)) {
in multipath_message()
H
A
D
dm-snap.c
2232
} else if (!
dm_suspended
(snap_src->ti)) {
in snapshot_preresume()
H
A
D
dm-clone-target.c
1456
if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !
dm_suspended
(ti))
in clone_status()
H
A
D
dm-cache-target.c
3133
if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !
dm_suspended
(ti))
in cache_status()
H
A
D
dm-thin.c
3936
if (!(status_flags & DM_STATUS_NOFLUSH_FLAG) && !
dm_suspended
(ti))
in pool_status()
Completed in 54 milliseconds