Home
last modified time | relevance | path

Searched refs:sleep_max (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/sched/
Ddebug.c86 PN(se->statistics.sleep_max); in print_cfs_group_stats()
588 PN(se.statistics.sleep_max); in proc_sched_show_task()
Dfair.c2969 if (unlikely(delta > se->statistics.sleep_max)) in enqueue_sleeper()
2970 se->statistics.sleep_max = delta; in enqueue_sleeper()
/linux-4.1.27/include/linux/
Dsched.h1154 u64 sleep_max; member