Searched defs:sched_info (Results 1 – 1 of 1) sorted by relevance
752 struct sched_info { struct754 unsigned long pcount; /* # of times run on this cpu */755 unsigned long long run_delay; /* time spent waiting on a runqueue */758 unsigned long long last_arrival,/* when we last ran on a cpu */759 last_queued; /* when we were last queued to run */1321 struct sched_info sched_info; member