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:bw_ratio
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
deadline.c
1209
* Since rq->dl.
bw_ratio
contains 1 / Umax multipled by 2^RATIO_SHIFT,
1210
* dl_bw is multiped by rq->dl.
bw_ratio
and shifted right by RATIO_SHIFT.
1219
u64 u_act_min = (dl_se->dl_bw * rq->dl.
bw_ratio
) >> RATIO_SHIFT;
in grub_reclaim()
1222
* Instead of computing max{u *
bw_ratio
, (1 - u_inact - u_extra)},
in grub_reclaim()
1224
* 1 - (u * rq->dl.
bw_ratio
>> RATIO_SHIFT), because
in grub_reclaim()
2613
dl_rq->
bw_ratio
= 1 << RATIO_SHIFT;
in init_dl_rq_bw_ratio()
2616
dl_rq->
bw_ratio
= to_ratio(global_rt_runtime(),
in init_dl_rq_bw_ratio()
H
A
D
sched.h
814
u64
bw_ratio
;
member
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
deadline.c
1269
* Since rq->dl.
bw_ratio
contains 1 / Umax multiplied by 2^RATIO_SHIFT, dl_bw
1270
* is multiped by rq->dl.
bw_ratio
and shifted right by RATIO_SHIFT.
1291
u_act = (u_act * rq->dl.
bw_ratio
) >> RATIO_SHIFT;
in grub_reclaim()
2808
dl_rq->
bw_ratio
= 1 << RATIO_SHIFT;
in init_dl_rq_bw_ratio()
2811
dl_rq->
bw_ratio
= to_ratio(global_rt_runtime(),
in init_dl_rq_bw_ratio()
H
A
D
sched.h
866
u64
bw_ratio
;
member
Completed in 23 milliseconds