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:wr_coeff
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-iosched.c
929
if (bfq_bfqq_sync(bfqq) || bfqq->
wr_coeff
> 1 ||
in bfq_serv_to_charge()
1013
bfqq->
wr_coeff
= bfqd->bfq_wr_coeff;
in switch_back_to_interactive_wr()
1022
unsigned int old_wr_coeff = bfqq->
wr_coeff
;
in bfq_bfqq_resume_state()
1037
bfqq->
wr_coeff
= bic->saved_wr_coeff;
in bfq_bfqq_resume_state()
1042
if (bfqq->
wr_coeff
> 1 && (bfq_bfqq_in_large_burst(bfqq) ||
in bfq_bfqq_resume_state()
1051
bfqq->
wr_coeff
= 1;
in bfq_bfqq_resume_state()
1063
if (old_wr_coeff == 1 && bfqq->
wr_coeff
> 1)
in bfq_bfqq_resume_state()
1065
else if (old_wr_coeff > 1 && bfqq->
wr_coeff
== 1)
in bfq_bfqq_resume_state()
1534
bfqq->
wr_coeff
= bfqd->bfq_wr_coeff;
in bfq_update_bfqq_wr_on_rq_arrival()
1550
bfqq->
wr_coeff
in bfq_update_bfqq_wr_on_rq_arrival()
[all...]
H
A
D
bfq-wf2q.c
785
(bfqq ? bfqq->
wr_coeff
: 1);
in __bfq_entity_update_weight_prio()
800
if (prev_weight != new_weight && bfqq && bfqq->
wr_coeff
== 1) {
in __bfq_entity_update_weight_prio()
832
if (bfqq->
wr_coeff
> 1)
in bfq_bfqq_served()
943
delta /= bfqq->
wr_coeff
;
in bfq_update_fin_time_enqueue()
1682
if (bfqq->
wr_coeff
> 1)
in bfq_del_bfqq_busy()
1706
if (bfqq->
wr_coeff
== 1)
in bfq_add_bfqq_busy()
1710
if (bfqq->
wr_coeff
> 1)
in bfq_add_bfqq_busy()
H
A
D
bfq-iosched.h
337
unsigned int
wr_coeff
;
member
/kernel/linux/linux-6.6/block/
H
A
D
bfq-iosched.c
1046
if (bfq_bfqq_sync(bfqq) || bfqq->
wr_coeff
> 1 ||
in bfq_serv_to_charge()
1127
bfqq->
wr_coeff
= bfqd->bfq_wr_coeff;
in switch_back_to_interactive_wr()
1163
old_wr_coeff = bfqq->
wr_coeff
;
in bfq_bfqq_resume_state()
1164
bfqq->
wr_coeff
= bfqq_data->saved_wr_coeff;
in bfq_bfqq_resume_state()
1172
if (bfqq->
wr_coeff
> 1 && (bfq_bfqq_in_large_burst(bfqq) ||
in bfq_bfqq_resume_state()
1181
bfqq->
wr_coeff
= 1;
in bfq_bfqq_resume_state()
1193
if (old_wr_coeff == 1 && bfqq->
wr_coeff
> 1)
in bfq_bfqq_resume_state()
1195
else if (old_wr_coeff > 1 && bfqq->
wr_coeff
== 1)
in bfq_bfqq_resume_state()
1665
bfqq->
wr_coeff
= bfqd->bfq_wr_coeff;
in bfq_update_bfqq_wr_on_rq_arrival()
1681
bfqq->
wr_coeff
in bfq_update_bfqq_wr_on_rq_arrival()
[all...]
H
A
D
bfq-wf2q.c
752
(bfqq ? bfqq->
wr_coeff
: 1);
in __bfq_entity_update_weight_prio()
765
if (prev_weight != new_weight && bfqq && bfqq->
wr_coeff
== 1)
in __bfq_entity_update_weight_prio()
795
if (bfqq->
wr_coeff
> 1)
in bfq_bfqq_served()
906
delta /= bfqq->
wr_coeff
;
in bfq_update_fin_time_enqueue()
1654
if (bfqq->
wr_coeff
> 1)
in bfq_del_bfqq_busy()
1687
if (bfqq->
wr_coeff
== 1)
in bfq_add_bfqq_busy()
1691
if (bfqq->
wr_coeff
> 1)
in bfq_add_bfqq_busy()
H
A
D
bfq-iosched.h
358
unsigned int
wr_coeff
;
member
Completed in 16 milliseconds