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:scale_load_down
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
pelt.c
327
scale_load_down
(cfs_rq->load.weight),
in __update_load_avg_cfs_rq()
H
A
D
sched.h
207
# define
scale_load_down
(w) \
macro
217
# define
scale_load_down
(w) (w)
macro
223
* scale_load() and
scale_load_down
(w) to convert between them. The
852
return
scale_load_down
(se->load.weight);
in se_weight()
H
A
D
fair.c
236
w =
scale_load_down
(lw->weight);
in __update_inv_weight()
260
u64 fact =
scale_load_down
(weight);
in __calc_delta()
792
sa->load_avg =
scale_load_down
(se->load.weight);
in init_entity_runnable_average()
3242
load = max(
scale_load_down
(cfs_rq->load.weight), cfs_rq->avg.load_avg);
in calc_group_shares()
3557
if (
scale_load_down
(gcfs_rq->load.weight)) {
in update_tg_cfs_load()
3559
scale_load_down
(gcfs_rq->load.weight));
in update_tg_cfs_load()
4378
if (sleep_time > ((1ULL << 63) /
scale_load_down
(NICE_0_LOAD)))
in entity_is_long_sleeper()
4422
* minimal weight:
scale_load_down
(NICE_0_LOAD) / MIN_SHARES.
in place_entity()
4428
* 2^63 /
scale_load_down
(NICE_0_LOAD) ~ 104 days
in place_entity()
9385
imbalance =
scale_load_down
(NICE_0_LOA
in find_idlest_group()
[all...]
H
A
D
core.c
8528
if (shareval >
scale_load_down
(ULONG_MAX))
in cpu_shares_write_u64()
8538
return (u64)
scale_load_down
(tg->shares);
in cpu_shares_read_u64()
8929
u64 weight =
scale_load_down
(tg->shares);
in cpu_weight_read_u64()
8955
unsigned long weight =
scale_load_down
(css_tg(css)->shares);
in cpu_weight_nice_read_s64()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
pelt.c
323
scale_load_down
(cfs_rq->load.weight),
in __update_load_avg_cfs_rq()
H
A
D
fair.c
326
w =
scale_load_down
(lw->weight);
in __update_inv_weight()
350
u64 fact =
scale_load_down
(weight);
in __calc_delta()
701
* Also, we use
scale_load_down
() to reduce the size.
708
unsigned long weight =
scale_load_down
(se->load.weight);
in avg_vruntime_add()
718
unsigned long weight =
scale_load_down
(se->load.weight);
in avg_vruntime_sub()
745
unsigned long weight =
scale_load_down
(curr->load.weight);
in avg_vruntime()
812
unsigned long weight =
scale_load_down
(curr->load.weight);
in entity_eligible()
1135
sa->load_avg =
scale_load_down
(se->load.weight);
in init_entity_runnable_average()
3952
load = max(
scale_load_down
(cfs_rq->load.weight), cfs_rq->avg.load_avg);
in calc_group_shares()
4325
if (
scale_load_down
(gcfs_r
in update_tg_cfs_load()
[all...]
H
A
D
sched.h
230
# define
scale_load_down
(w) \
macro
240
# define
scale_load_down
(w) (w)
macro
246
* scale_load() and
scale_load_down
(w) to convert between them. The
904
return
scale_load_down
(se->load.weight);
in se_weight()
H
A
D
core.c
11549
if (shareval >
scale_load_down
(ULONG_MAX))
in cpu_shares_write_u64()
11559
return (u64)
scale_load_down
(tg->shares);
in cpu_shares_read_u64()
12076
u64 weight =
scale_load_down
(tg->shares);
in cpu_weight_read_u64()
12102
unsigned long weight =
scale_load_down
(css_tg(css)->shares);
in cpu_weight_nice_read_s64()
Completed in 56 milliseconds