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:exec_start
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
rt.c
1071
delta_exec = now - curr->se.
exec_start
;
in update_curr_rt()
1081
curr->se.
exec_start
= now;
in update_curr_rt()
1693
p->se.
exec_start
= rq_clock_task(rq);
in set_next_task_rt()
H
A
D
core.c
3407
p->se.
exec_start
= 0;
in __sched_fork()
4316
* and its field curr->
exec_start
; when called from task_sched_runtime(),
4328
prefetch(&curr->
exec_start
);
in prefetch_curr_exec_start()
4495
delta = rq_clock_task(rq) - curr->se.
exec_start
;
in sched_tick_remote()
7129
idle->se.
exec_start
= sched_clock();
in init_idle()
8351
p->se.
exec_start
= 0;
in normalize_rt_tasks()
H
A
D
fair.c
904
delta_exec = now - curr->
exec_start
;
in update_curr()
909
curr->
exec_start
= now;
in update_curr()
1108
se->
exec_start
= rq_clock_task(rq_of(cfs_rq));
in update_stats_curr_start()
2331
now = p->se.
exec_start
;
in numa_get_avg_runtime()
7243
p->se.
exec_start
= 0;
in migrate_task_rq_fair()
7920
delta = rq_clock_task(env->src_rq) - p->se.
exec_start
;
in task_hot()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
513
u64
exec_start
;
member
Completed in 36 milliseconds