Searched refs:wait_max (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-lock.txt | 71 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 D | stats.c | 40 __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 D | debug.c | 520 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 D | bcm2835.c | 331 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 D | builtin-lock.c | 297 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 D | sched.h | 509 u64 wait_max; member
|