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:avg_idle
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
debug.c
734
P64(
avg_idle
);
in print_cpu()
H
A
D
fair.c
6471
* average idle time for this rq (as found in rq->
avg_idle
).
6477
u64 avg_cost,
avg_idle
;
in select_idle_cpu()
local
6490
avg_idle
= this_rq()->
avg_idle
/ 512;
in select_idle_cpu()
6493
if (sched_feat(SIS_AVG_CPU) &&
avg_idle
< avg_cost)
in select_idle_cpu()
6497
u64 span_avg = sd->span_weight *
avg_idle
;
in select_idle_cpu()
10713
* reasonable floor to avoid funnies with rq->
avg_idle
.
in rebalance_domains()
11187
if (this_rq->
avg_idle
< sysctl_sched_migration_cost)
in nohz_newidle_balance()
11259
if (this_rq->
avg_idle
< sysctl_sched_migration_cost ||
in newidle_balance()
11281
if (this_rq->
avg_idle
< curr_cos
in newidle_balance()
[all...]
H
A
D
core.c
2617
update_avg(&rq->
avg_idle
, delta);
in ttwu_do_wakeup()
2619
if (rq->
avg_idle
> max)
in ttwu_do_wakeup()
2620
rq->
avg_idle
= max;
in ttwu_do_wakeup()
7776
rq->
avg_idle
= 2*sysctl_sched_migration_cost;
in sched_init()
H
A
D
sched.h
1117
u64
avg_idle
;
member
1119
/* This is used to determine
avg_idle
's max value */
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
fair.c
7444
* average idle time for this rq (as found in rq->
avg_idle
).
7459
u64 avg_cost,
avg_idle
, span_avg;
in select_idle_cpu()
local
7478
avg_idle
= this_rq->wake_avg_idle;
in select_idle_cpu()
7481
span_avg = sd->span_weight *
avg_idle
;
in select_idle_cpu()
12110
* reasonable floor to avoid funnies with rq->
avg_idle
.
in rebalance_domains()
12617
if (this_rq->
avg_idle
< sysctl_sched_migration_cost)
in nohz_newidle_balance()
12696
(sd && this_rq->
avg_idle
< sd->max_newidle_lb_cost)) {
in newidle_balance()
12718
if (this_rq->
avg_idle
< curr_cost + sd->max_newidle_lb_cost)
in newidle_balance()
H
A
D
core.c
3931
update_avg(&rq->
avg_idle
, delta);
in ttwu_do_activate()
3933
if (rq->
avg_idle
> max)
in ttwu_do_activate()
3934
rq->
avg_idle
= max;
in ttwu_do_activate()
3937
rq->wake_avg_idle = rq->
avg_idle
/ 2;
in ttwu_do_activate()
10711
rq->
avg_idle
= 2*sysctl_sched_migration_cost;
in sched_init()
10713
rq->wake_avg_idle = rq->
avg_idle
;
in sched_init()
H
A
D
debug.c
812
P64(
avg_idle
);
in print_cpu()
H
A
D
sched.h
1194
u64
avg_idle
;
member
1199
/* This is used to determine
avg_idle
's max value */
Completed in 81 milliseconds