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:next_balance
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
fair.c
5989
rq->
next_balance
= jiffies;
in dequeue_task_fair()
6008
unsigned long
next_balance
; /* in jiffy units */
member
10469
update_next_balance(struct sched_domain *sd, unsigned long *
next_balance
)
in update_next_balance()
argument
10477
if (time_after(*
next_balance
, next))
in update_next_balance()
10478
*
next_balance
= next;
in update_next_balance()
10651
unsigned long
next_balance
= jiffies + 60*HZ;
in rebalance_domains()
local
10705
if (time_after(
next_balance
, sd->last_balance + interval)) {
in rebalance_domains()
10706
next_balance
= sd->last_balance + interval;
in rebalance_domains()
10721
*
next_balance
will be updated only when there is a need.
in rebalance_domains()
10726
rq->
next_balance
in rebalance_domains()
11051
unsigned long
next_balance
= now + 60*HZ;
_nohz_idle_balance()
local
11229
unsigned long
next_balance
= jiffies + HZ;
newidle_balance()
local
[all...]
H
A
D
debug.c
714
PN(
next_balance
);
in print_cpu()
H
A
D
sched.h
1056
unsigned long
next_balance
;
member
H
A
D
core.c
7771
rq->
next_balance
= jiffies;
in sched_init()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
fair.c
6935
rq->
next_balance
= jiffies;
in dequeue_task_fair()
6955
int needs_update; /* Newly idle CPUs need their
next_balance
collated */
6956
unsigned long
next_balance
; /* in jiffy units */
member
11854
update_next_balance(struct sched_domain *sd, unsigned long *
next_balance
)
in update_next_balance()
argument
11862
if (time_after(*
next_balance
, next))
in update_next_balance()
11863
*
next_balance
= next;
in update_next_balance()
12053
unsigned long
next_balance
= jiffies + 60*HZ;
in rebalance_domains()
local
12102
if (time_after(
next_balance
, sd->last_balance + interval)) {
in rebalance_domains()
12103
next_balance
= sd->last_balance + interval;
in rebalance_domains()
12118
*
next_balance
wil
in rebalance_domains()
12464
unsigned long
next_balance
= now + 60*HZ;
_nohz_idle_balance()
local
12654
unsigned long
next_balance
= jiffies + HZ;
newidle_balance()
local
[all...]
H
A
D
debug.c
792
PN(
next_balance
);
in print_cpu()
H
A
D
sched.h
1123
unsigned long
next_balance
;
member
3060
/* Update nohz.
next_balance
*/
H
A
D
core.c
10706
rq->
next_balance
= jiffies;
in sched_init()
Completed in 65 milliseconds