Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dsched.h545 struct sched_info { struct
547 unsigned long cpu_time, /* time spent on the cpu */
548 run_delay, /* time spent waiting on a runqueue */
549 pcnt; /* # of timeslices run on this cpu */
552 unsigned long last_arrival, /* when we last ran on a cpu */
553 last_queued; /* when we were last queued to run */
799 struct sched_info sched_info; member