Searched defs:thread_runtime (Results 1 – 1 of 1) sorted by relevance
243 struct thread_runtime { struct244 u64 last_time; /* time of previous sched in/out event */245 u64 dt_run; /* run time */246 u64 dt_sleep; /* time between CPU access by sleep (off cpu) */247 u64 dt_iowait; /* time between CPU access by iowait (off cpu) */248 u64 dt_preempt; /* time between CPU access by preempt (off cpu) */249 u64 dt_delay; /* time between wakeup and sched-in */250 u64 ready_to_run; /* time of wakeup */252 struct stats run_stats;276 struct idle_thread_runtime { argument[all …]