Searched refs:wait_max (Results 1 – 5 of 5) sorted by relevance
| /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.
|
| /linux/kernel/sched/ |
| H A D | stats.c | 41 __schedstat_set(stats->wait_max, in __update_stats_wait_end() 42 max(schedstat_val(stats->wait_max), delta)); in __update_stats_wait_end()
|
| /linux/drivers/mmc/host/ |
| H A D | bcm2835.c | 333 unsigned long wait_max; in bcm2835_transfer_block_pio() local 337 wait_max = jiffies + msecs_to_jiffies(500); in bcm2835_transfer_block_pio() 393 if (time_after(jiffies, wait_max)) { in bcm2835_transfer_block_pio()
|
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 281 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12), 291 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12),
|
| /linux/include/linux/ |
| H A D | sched.h | 531 u64 wait_max; member
|