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_init_fn
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-cgroup.h
180
blkcg_pol_init_pd_fn *
pd_init_fn
;
member
H
A
D
blk-cgroup.c
419
if (blkg->pd[i] && pol->
pd_init_fn
)
in blkg_create()
420
pol->
pd_init_fn
(blkg->pd[i]);
in blkg_create()
1571
if (pol->
pd_init_fn
)
in blkcg_activate_policy()
1572
pol->
pd_init_fn
(pd);
in blkcg_activate_policy()
H
A
D
blk-iolatency.c
1054
.
pd_init_fn
= iolatency_pd_init,
H
A
D
bfq-cgroup.c
1303
.
pd_init_fn
= bfq_pd_init,
H
A
D
blk-throttle.c
1713
.
pd_init_fn
= throtl_pd_init,
H
A
D
blk-iocost.c
3527
.
pd_init_fn
= ioc_pd_init,
/kernel/linux/linux-5.10/block/
H
A
D
blk-cgroup.c
277
if (blkg->pd[i] && pol->
pd_init_fn
)
in blkg_create()
278
pol->
pd_init_fn
(blkg->pd[i]);
in blkg_create()
1380
if (pol->
pd_init_fn
)
in blkcg_activate_policy()
1382
pol->
pd_init_fn
(blkg->pd[pol->plid]);
in blkcg_activate_policy()
H
A
D
blk-iolatency.c
1046
.
pd_init_fn
= iolatency_pd_init,
H
A
D
bfq-cgroup.c
1285
.
pd_init_fn
= bfq_pd_init,
H
A
D
blk-iocost.c
3447
.
pd_init_fn
= ioc_pd_init,
H
A
D
blk-throttle.c
1831
.
pd_init_fn
= throtl_pd_init,
/kernel/linux/linux-5.10/include/linux/
H
A
D
blk-cgroup.h
167
blkcg_pol_init_pd_fn *
pd_init_fn
;
member
Completed in 30 milliseconds