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:orig_weight
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/block/
H
A
D
bfq-wf2q.c
748
if (entity->new_weight != entity->
orig_weight
) {
in __bfq_entity_update_weight_prio()
758
entity->
orig_weight
= entity->new_weight;
in __bfq_entity_update_weight_prio()
761
bfq_weight_to_ioprio(entity->
orig_weight
);
in __bfq_entity_update_weight_prio()
784
new_weight = entity->
orig_weight
*
in __bfq_entity_update_weight_prio()
H
A
D
bfq-cgroup.c
429
entity->
orig_weight
= entity->new_weight;
in bfq_init_entity()
550
entity->
orig_weight
= entity->weight = entity->new_weight = d->weight;
in bfq_pd_init()
1437
entity->
orig_weight
= entity->new_weight;
in bfq_init_entity()
H
A
D
bfq-iosched.h
182
int
orig_weight
;
member
H
A
D
bfq-iosched.c
2730
bic->saved_weight = bfqq->entity.
orig_weight
;
in bfq_bfqq_save_state()
2922
timeout_coeff = bfqq->entity.weight / bfqq->entity.
orig_weight
;
in bfq_set_budget_timeout()
4588
bfqq->entity.weight, bfqq->entity.
orig_weight
);
in bfq_update_wr_data()
4626
if ((entity->weight > entity->
orig_weight
) != (bfqq->wr_coeff > 1))
in bfq_update_wr_data()
/kernel/linux/linux-6.6/block/
H
A
D
bfq-wf2q.c
715
if (entity->new_weight != entity->
orig_weight
) {
in __bfq_entity_update_weight_prio()
725
entity->
orig_weight
= entity->new_weight;
in __bfq_entity_update_weight_prio()
728
bfq_weight_to_ioprio(entity->
orig_weight
);
in __bfq_entity_update_weight_prio()
751
new_weight = entity->
orig_weight
*
in __bfq_entity_update_weight_prio()
H
A
D
bfq-cgroup.c
422
entity->
orig_weight
= entity->new_weight;
in bfq_init_entity()
537
entity->
orig_weight
= entity->weight = entity->new_weight = d->weight;
in bfq_pd_init()
1455
entity->
orig_weight
= entity->new_weight;
in bfq_init_entity()
H
A
D
bfq-iosched.h
191
int
orig_weight
;
member
H
A
D
bfq-iosched.c
3054
bfqq_data->saved_weight = bfqq->entity.
orig_weight
;
in bfq_bfqq_save_state()
3295
timeout_coeff = bfqq->entity.weight / bfqq->entity.
orig_weight
;
in bfq_set_budget_timeout()
5045
bfqq->entity.weight, bfqq->entity.
orig_weight
);
in bfq_update_wr_data()
5095
if ((entity->weight > entity->
orig_weight
) != (bfqq->wr_coeff > 1))
in bfq_update_wr_data()
Completed in 29 milliseconds