Home
last modified time | relevance | path

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

/include/linux/
Dsched.h913 struct sched_info { struct
915 unsigned long pcount; /* # of times run on this cpu */
916 unsigned long long run_delay; /* time spent waiting on a runqueue */
919 unsigned long long last_arrival,/* when we last ran on a cpu */
920 last_queued; /* when we were last queued to run */
1700 struct sched_info sched_info; member