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:pd_offline_fn
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-cgroup.c
550
if (pol->
pd_offline_fn
)
in blkg_destroy()
551
pol->
pd_offline_fn
(blkg->pd[i]);
in blkg_destroy()
1604
if (pd->online && pol->
pd_offline_fn
)
in blkcg_activate_policy()
1605
pol->
pd_offline_fn
(pd);
in blkcg_activate_policy()
1648
if (blkg->pd[pol->plid]->online && pol->
pd_offline_fn
)
in blkcg_deactivate_policy()
1649
pol->
pd_offline_fn
(blkg->pd[pol->plid]);
in blkcg_deactivate_policy()
H
A
D
blk-cgroup.h
182
blkcg_pol_offline_pd_fn *
pd_offline_fn
;
member
H
A
D
blk-iolatency.c
1055
.
pd_offline_fn
= iolatency_pd_offline,
H
A
D
bfq-cgroup.c
1304
.
pd_offline_fn
= bfq_pd_offline,
H
A
D
blk-throttle.c
1715
.
pd_offline_fn
= throtl_pd_offline,
/kernel/linux/linux-5.10/block/
H
A
D
blk-cgroup.c
392
if (blkg->pd[i] && pol->
pd_offline_fn
)
in blkg_destroy()
393
pol->
pd_offline_fn
(blkg->pd[i]);
in blkg_destroy()
1448
if (pol->
pd_offline_fn
)
in blkcg_deactivate_policy()
1449
pol->
pd_offline_fn
(blkg->pd[pol->plid]);
in blkcg_deactivate_policy()
H
A
D
blk-iolatency.c
1047
.
pd_offline_fn
= iolatency_pd_offline,
H
A
D
bfq-cgroup.c
1286
.
pd_offline_fn
= bfq_pd_offline,
H
A
D
blk-throttle.c
1833
.
pd_offline_fn
= throtl_pd_offline,
/kernel/linux/linux-5.10/include/linux/
H
A
D
blk-cgroup.h
169
blkcg_pol_offline_pd_fn *
pd_offline_fn
;
member
Completed in 22 milliseconds