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:rq_clock_task
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
sched.h
1270
static inline u64
rq_clock_task
(struct rq *rq)
in rq_clock_task()
function
1293
return
rq_clock_task
(rq) >> sched_thermal_decay_shift;
in rq_clock_thermal()
H
A
D
rt.c
1070
now =
rq_clock_task
(rq);
in update_curr_rt()
1693
p->se.exec_start =
rq_clock_task
(rq);
in set_next_task_rt()
H
A
D
fair.c
897
u64 now =
rq_clock_task
(rq_of(cfs_rq));
in update_curr()
1108
se->exec_start =
rq_clock_task
(rq_of(cfs_rq));
in update_stats_curr_start()
4956
cfs_rq->throttled_clock_pelt_time +=
rq_clock_task
(rq) - cfs_rq->throttled_clock_pelt;
in tg_unthrottle_up()
4974
cfs_rq->throttled_clock_pelt =
rq_clock_task
(rq);
in tg_throttle_down()
5425
cfs_rq->throttled_clock_pelt =
rq_clock_task
(cpu_rq(cpu));
in sync_throttle()
7920
delta =
rq_clock_task
(env->src_rq) - p->se.exec_start;
in task_hot()
H
A
D
core.c
4495
delta =
rq_clock_task
(rq) - curr->se.exec_start;
in sched_tick_remote()
Completed in 34 milliseconds