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:idle_balance
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
core.c
760
rq->
idle_balance
= idle_cpu(cpu);
in nohz_csd_func()
761
if (rq->
idle_balance
&& !need_resched()) {
in nohz_csd_func()
4212
rq->
idle_balance
= idle_cpu(cpu);
in scheduler_tick()
H
A
D
sched.h
1083
unsigned char
idle_balance
;
member
H
A
D
fair.c
7460
* with schedule on the ->pre_schedule() or
idle_balance
()
in check_preempt_wakeup()
10823
if (unlikely(rq->
idle_balance
))
in nohz_balancer_kick()
11219
*
idle_balance
is called by schedule() if this_cpu is about to become
11240
* We must set idle_stamp _before_ calling
idle_balance
(), such that we
in newidle_balance()
11241
* measure the duration of
idle_balance
() as idle time.
in newidle_balance()
11348
enum cpu_idle_type idle = this_rq->
idle_balance
?
in run_rebalance_domains()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
core.c
1190
rq->
idle_balance
= idle_cpu(cpu);
in nohz_csd_func()
1191
if (rq->
idle_balance
&& !need_resched()) {
in nohz_csd_func()
5852
rq->
idle_balance
= idle_cpu(cpu);
in scheduler_tick()
H
A
D
sched.h
1160
unsigned char
idle_balance
;
member
H
A
D
fair.c
12213
if (unlikely(rq->
idle_balance
))
in nohz_balancer_kick()
12673
* We must set idle_stamp _before_ calling
idle_balance
(), such that we
in newidle_balance()
12674
* measure the duration of
idle_balance
() as idle time.
in newidle_balance()
12784
enum cpu_idle_type idle = this_rq->
idle_balance
?
in run_rebalance_domains()
Completed in 66 milliseconds