Searched defs:thread_runtime (Results 1 – 1 of 1) sorted by relevance
242 struct thread_runtime { struct243 u64 last_time; /* time of previous sched in/out event */244 u64 dt_run; /* run time */248 u64 dt_delay; /* time between wakeup and sched-in */249 u64 dt_pre_mig; /* time between migration and wakeup */250 u64 ready_to_run; /* time of wakeup */251 u64 migrated; /* time when a thread is migrated */253 struct stats run_stats;254 u64 total_run_time;278 struct idle_thread_runtime { argument[all …]