Home
last modified time | relevance | path

Searched refs:wait_max (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/perf/Documentation/
H A Dperf-lock.txt71 avg_wait, wait_total, wait_max, wait_min.
77 avg_wait, wait_total, wait_max, wait_min.
127 wait_max, wait_min, avg_wait.
133 contended, wait_total, wait_max, wait_min, avg_wait.
/openbmc/linux/kernel/sched/
H A Dstats.c40 __schedstat_set(stats->wait_max, in __update_stats_wait_end()
41 max(schedstat_val(stats->wait_max), delta)); in __update_stats_wait_end()
H A Ddebug.c520 PN_SCHEDSTAT(wait_max); in print_cfs_group_stats()
1023 PN_SCHEDSTAT(wait_max); in proc_sched_show_task()
/openbmc/linux/drivers/mmc/host/
H A Dbcm2835.c331 unsigned long wait_max; in bcm2835_transfer_block_pio() local
335 wait_max = jiffies + msecs_to_jiffies(500); in bcm2835_transfer_block_pio()
391 if (time_after(jiffies, wait_max)) { in bcm2835_transfer_block_pio()
/openbmc/linux/tools/perf/
H A Dbuiltin-lock.c297 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12),
307 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12),
/openbmc/linux/include/linux/
H A Dsched.h509 u64 wait_max; member