Home
last modified time | relevance | path

Searched defs:sched_info (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/linux/
Dsched.h756 struct sched_info { struct
758 unsigned long pcount; /* # of times run on this cpu */
759 unsigned long long run_delay; /* time spent waiting on a runqueue */
762 unsigned long long last_arrival,/* when we last ran on a cpu */
763 last_queued; /* when we were last queued to run */
1326 struct sched_info sched_info; member