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:ioprio_policy
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/block/
H
A
D
blk-ioprio.c
50
static struct blkcg_policy
ioprio_policy
;
variable
77
return container_of(blkcg_to_cpd(blkcg, &
ioprio_policy
),
in blkcg_to_ioprio_blkcg()
89
struct blkg_policy_data *pd = blkg_to_pd(bio->bi_blkg, &
ioprio_policy
);
in ioprio_blkcg_from_bio()
176
static struct blkcg_policy
ioprio_policy
= {
variable
224
blkcg_deactivate_policy(disk, &
ioprio_policy
);
in blk_ioprio_exit()
229
return blkcg_activate_policy(disk, &
ioprio_policy
);
in blk_ioprio_init()
234
return blkcg_policy_register(&
ioprio_policy
);
in ioprio_init()
239
blkcg_policy_unregister(&
ioprio_policy
);
in ioprio_exit()
Completed in 1 milliseconds