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:new_ioprio
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
5033
bfqq->
new_ioprio
= task_nice_ioprio(tsk);
in bfq_set_next_ioprio_data()
5037
bfqq->
new_ioprio
= IOPRIO_PRIO_DATA(bic->ioprio);
in bfq_set_next_ioprio_data()
5041
bfqq->
new_ioprio
= IOPRIO_PRIO_DATA(bic->ioprio);
in bfq_set_next_ioprio_data()
5046
bfqq->
new_ioprio
= 7;
in bfq_set_next_ioprio_data()
5050
if (bfqq->
new_ioprio
>= IOPRIO_BE_NR) {
in bfq_set_next_ioprio_data()
5051
pr_crit("bfq_set_next_ioprio_data:
new_ioprio
%d\n",
in bfq_set_next_ioprio_data()
5052
bfqq->
new_ioprio
);
in bfq_set_next_ioprio_data()
5053
bfqq->
new_ioprio
= IOPRIO_BE_NR - 1;
in bfq_set_next_ioprio_data()
5056
bfqq->entity.new_weight = bfq_ioprio_to_weight(bfqq->
new_ioprio
);
in bfq_set_next_ioprio_data()
6466
bfqd->oom_bfqq.
new_ioprio
in bfq_init_queue()
[all...]
H
A
D
bfq-iosched.h
239
unsigned short
new_ioprio
, new_ioprio_class;
member
H
A
D
bfq-cgroup.c
431
bfqq->ioprio = bfqq->
new_ioprio
;
in bfq_init_entity()
1439
bfqq->ioprio = bfqq->
new_ioprio
;
in bfq_init_entity()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
5527
bfqq->
new_ioprio
= task_nice_ioprio(tsk);
in bfq_set_next_ioprio_data()
5531
bfqq->
new_ioprio
= IOPRIO_PRIO_LEVEL(bic->ioprio);
in bfq_set_next_ioprio_data()
5535
bfqq->
new_ioprio
= IOPRIO_PRIO_LEVEL(bic->ioprio);
in bfq_set_next_ioprio_data()
5540
bfqq->
new_ioprio
= IOPRIO_NR_LEVELS - 1;
in bfq_set_next_ioprio_data()
5544
if (bfqq->
new_ioprio
>= IOPRIO_NR_LEVELS) {
in bfq_set_next_ioprio_data()
5545
pr_crit("bfq_set_next_ioprio_data:
new_ioprio
%d\n",
in bfq_set_next_ioprio_data()
5546
bfqq->
new_ioprio
);
in bfq_set_next_ioprio_data()
5547
bfqq->
new_ioprio
= IOPRIO_NR_LEVELS - 1;
in bfq_set_next_ioprio_data()
5550
bfqq->entity.new_weight = bfq_ioprio_to_weight(bfqq->
new_ioprio
);
in bfq_set_next_ioprio_data()
5551
bfq_log_bfqq(bfqd, bfqq, "
new_ioprio
in bfq_set_next_ioprio_data()
[all...]
H
A
D
bfq-iosched.h
257
unsigned short
new_ioprio
, new_ioprio_class;
member
H
A
D
bfq-cgroup.c
424
bfqq->ioprio = bfqq->
new_ioprio
;
in bfq_init_entity()
1457
bfqq->ioprio = bfqq->
new_ioprio
;
in bfq_init_entity()
Completed in 23 milliseconds