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_md
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/
H
A
D
dm.c
484
if (
dm_suspended_md
(md))
in dm_blk_report_zones()
540
if (
dm_suspended_md
(md))
in dm_prepare_ioctl()
2266
if (!
dm_suspended_md
(md)) {
in __dm_destroy()
2411
if (!
dm_suspended_md
(md))
in dm_swap_table()
2600
if (
dm_suspended_md
(md)) {
in dm_suspend()
2661
if (!
dm_suspended_md
(md))
in dm_resume()
2703
if (
dm_suspended_md
(md)) {
in __dm_internal_suspend()
2731
if (
dm_suspended_md
(md))
in __dm_internal_resume()
2770
if (
dm_suspended_md
(md) || dm_suspended_internally_md(md))
in dm_internal_suspend_fast()
2782
if (
dm_suspended_md
(m
in dm_internal_resume_fast()
2877
int
dm_suspended_md
(struct mapped_device *md)
dm_suspended_md()
function
[all...]
H
A
D
dm-sysfs.c
88
sprintf(buf, "%d\n",
dm_suspended_md
(md));
in dm_attr_suspended_show()
H
A
D
dm.h
123
int
dm_suspended_md
(struct mapped_device *md);
H
A
D
dm-ioctl.c
727
if (
dm_suspended_md
(md))
in __dev_status()
1021
if (!
dm_suspended_md
(md)) {
in do_suspend()
1067
if (!
dm_suspended_md
(md))
in do_resume()
1084
if (
dm_suspended_md
(md)) {
in do_resume()
/kernel/linux/linux-6.6/drivers/md/
H
A
D
dm.c
433
if (
dm_suspended_md
(md))
in dm_prepare_ioctl()
2468
if (!
dm_suspended_md
(md)) {
in __dm_destroy()
2609
if (!
dm_suspended_md
(md))
in dm_swap_table()
2790
if (
dm_suspended_md
(md)) {
in dm_suspend()
2856
if (!
dm_suspended_md
(md))
in dm_resume()
2898
if (
dm_suspended_md
(md)) {
in __dm_internal_suspend()
2929
if (
dm_suspended_md
(md))
in __dm_internal_resume()
2979
if (
dm_suspended_md
(md) || dm_suspended_internally_md(md))
in dm_internal_suspend_fast()
2991
if (
dm_suspended_md
(md) || dm_suspended_internally_md(md))
in dm_internal_resume_fast()
3090
int
dm_suspended_md
(struc
function
[all...]
H
A
D
dm-sysfs.c
89
sprintf(buf, "%d\n",
dm_suspended_md
(md));
in dm_attr_suspended_show()
H
A
D
dm.h
147
int
dm_suspended_md
(struct mapped_device *md);
H
A
D
dm-ioctl.c
833
if (
dm_suspended_md
(md))
in __dev_status()
1135
if (!
dm_suspended_md
(md)) {
in do_suspend()
1184
if (!
dm_suspended_md
(md))
in do_resume()
1205
if (
dm_suspended_md
(md)) {
in do_resume()
H
A
D
dm-zone.c
63
if (
dm_suspended_md
(md))
in dm_blk_report_zones()
Completed in 22 milliseconds