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:calc_load_update
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/kernel/sched/
H
A
D
loadavg.c
60
unsigned long
calc_load_update
;
variable
223
if (!time_before(jiffies, READ_ONCE(
calc_load_update
)))
in calc_load_write_idx()
271
this_rq->
calc_load_update
= READ_ONCE(
calc_load_update
);
in calc_load_nohz_stop()
272
if (time_before(jiffies, this_rq->
calc_load_update
))
in calc_load_nohz_stop()
280
if (time_before(jiffies, this_rq->
calc_load_update
+ 10))
in calc_load_nohz_stop()
281
this_rq->
calc_load_update
+= LOAD_FREQ;
in calc_load_nohz_stop()
309
sample_window = READ_ONCE(
calc_load_update
);
in calc_global_nohz()
324
WRITE_ONCE(
calc_load_update
, sample_window + n * LOAD_FREQ);
in calc_global_nohz()
355
sample_window = READ_ONCE(
calc_load_update
);
in calc_global_load()
[all...]
H
A
D
sched.h
143
extern unsigned long
calc_load_update
;
1156
unsigned long
calc_load_update
;
member
H
A
D
core.c
7547
rq->
calc_load_update
=
calc_load_update
;
in sched_rq_cpu_starting()
7732
rq->
calc_load_update
= jiffies + LOAD_FREQ;
in sched_init()
7816
calc_load_update
= jiffies + LOAD_FREQ;
in sched_init()
/kernel/linux/linux-6.6/kernel/sched/
H
A
D
loadavg.c
59
unsigned long
calc_load_update
;
variable
222
if (!time_before(jiffies, READ_ONCE(
calc_load_update
)))
in calc_load_write_idx()
270
this_rq->
calc_load_update
= READ_ONCE(
calc_load_update
);
in calc_load_nohz_stop()
271
if (time_before(jiffies, this_rq->
calc_load_update
))
in calc_load_nohz_stop()
279
if (time_before(jiffies, this_rq->
calc_load_update
+ 10))
in calc_load_nohz_stop()
280
this_rq->
calc_load_update
+= LOAD_FREQ;
in calc_load_nohz_stop()
308
sample_window = READ_ONCE(
calc_load_update
);
in calc_global_nohz()
323
WRITE_ONCE(
calc_load_update
, sample_window + n * LOAD_FREQ);
in calc_global_nohz()
354
sample_window = READ_ONCE(
calc_load_update
);
in calc_global_load()
[all...]
H
A
D
sched.h
159
extern unsigned long
calc_load_update
;
1239
unsigned long
calc_load_update
;
member
H
A
D
core.c
10441
rq->
calc_load_update
=
calc_load_update
;
in sched_rq_cpu_starting()
10667
rq->
calc_load_update
= jiffies + LOAD_FREQ;
in sched_init()
10777
calc_load_update
= jiffies + LOAD_FREQ;
in sched_init()
Completed in 36 milliseconds