Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dstats.c61 if (unlikely(delta > schedstat_val(stats->sleep_max))) in __update_stats_enqueue_sleeper()
62 __schedstat_set(stats->sleep_max, delta); in __update_stats_enqueue_sleeper()
H A Ddebug.c679 PN_SCHEDSTAT(sleep_max); in print_cfs_group_stats()
1195 PN_SCHEDSTAT(sleep_max); in proc_sched_show_task()
/linux-6.15/include/linux/
H A Dsched.h537 u64 sleep_max; member