OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:run_delay
(Results
1 - 2
of
2
) sorted by null
/system/extras/sane_schedstat/
sane_schedstat.c
50
unsigned long long
run_delay
; /* time spent waiting to run by tasks (ms) */
member in struct:cpu_stat
79
cpu_delta[i].cpu_time / 1000000, cpu_delta[i].
run_delay
/ 1000000, cpu_delta[i].pcount);
91
&tmp.cpu_time, &tmp.
run_delay
, &tmp.pcount) != 10) {
103
cpu_delta[cpu].
run_delay
= tmp.
run_delay
- cpu_prev[cpu].
run_delay
;
/external/kernel-headers/original/linux/
sched.h
548
run_delay
, /* time spent waiting on a runqueue */
member in struct:sched_info
[
all
...]
Completed in 1113 milliseconds