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:active_io
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/md/
H
A
D
md.h
319
struct percpu_ref
active_io
;
member
584
return percpu_ref_is_dying(&mddev->
active_io
);
in is_md_suspended()
H
A
D
md.c
390
if (!percpu_ref_tryget_live(&mddev->
active_io
))
in md_handle_request()
394
percpu_ref_put(&mddev->
active_io
);
in md_handle_request()
398
percpu_ref_put(&mddev->
active_io
);
in md_handle_request()
450
percpu_ref_kill(&mddev->
active_io
);
in mddev_suspend()
455
wait_event(mddev->sb_wait, percpu_ref_is_zero(&mddev->
active_io
));
in mddev_suspend()
474
percpu_ref_resurrect(&mddev->
active_io
);
in mddev_resume()
498
percpu_ref_put(&mddev->
active_io
);
in md_end_flush()
535
percpu_ref_put(&mddev->
active_io
);
in submit_flushes()
592
* '
active_io
' is already grabbed, hence percpu_ref_is_zero()
in md_flush_request()
597
WARN_ON(percpu_ref_is_zero(&mddev->
active_io
));
in md_flush_request()
[all...]
H
A
D
raid5.c
9061
percpu_ref_is_zero(&mddev->
active_io
));
in raid5_prepare_suspend()
9062
if (percpu_ref_is_zero(&mddev->
active_io
))
in raid5_prepare_suspend()
/kernel/linux/linux-5.10/drivers/md/
H
A
D
md.h
293
atomic_t
active_io
;
member
H
A
D
md.c
448
atomic_inc(&mddev->
active_io
);
in md_handle_request()
452
atomic_dec(&mddev->
active_io
);
in md_handle_request()
457
if (atomic_dec_and_test(&mddev->
active_io
) && mddev->suspended)
in md_handle_request()
510
wait_event(mddev->sb_wait, atomic_read(&mddev->
active_io
) == 0);
in mddev_suspend()
699
atomic_set(&mddev->
active_io
, 0);
in mddev_init()
Completed in 28 milliseconds