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:last_update_time
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
pelt.c
225
delta = now - sa->
last_update_time
;
in ___update_load_sum()
231
sa->
last_update_time
= now;
in ___update_load_sum()
244
sa->
last_update_time
+= delta << 0xa;
in ___update_load_sum()
265
* Step 1: accumulate *_sum since
last_update_time
. If we haven't
in ___update_load_sum()
H
A
D
fair.c
872
se->avg.
last_update_time
= cfs_rq_clock_pelt(cfs_rq);
in post_init_entity_util_avg()
3468
if (!(se->avg.
last_update_time
&& prev)) {
in set_task_rq_fair()
3483
p_last_update_time = prev->avg.
last_update_time
;
in set_task_rq_fair()
3484
n_last_update_time = next->avg.
last_update_time
;
in set_task_rq_fair()
3488
p_last_update_time = prev->avg.
last_update_time
;
in set_task_rq_fair()
3489
n_last_update_time = next->avg.
last_update_time
;
in set_task_rq_fair()
3492
se->avg.
last_update_time
= n_last_update_time;
in set_task_rq_fair()
3828
cfs_rq->load_last_update_time_copy = sa->
last_update_time
;
in update_cfs_rq_load_avg()
3840
* cfs_rq->avg.
last_update_time
being current.
3857
se->avg.
last_update_time
in attach_entity_load_avg()
3965
u64
last_update_time
;
cfs_rq_last_update_time()
local
3989
u64
last_update_time
;
sync_entity_load_avg()
local
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
459
u64
last_update_time
;
member
Completed in 14 milliseconds