Searched refs:wait_max (Results 1 – 6 of 6) 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()
|
| H A D | debug.c | 780 PN_SCHEDSTAT(wait_max); in print_cfs_group_stats() 1299 PN_SCHEDSTAT(wait_max); in proc_sched_show_task()
|
| /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), 2617 "key for sorting (acquired / contended / avg_wait / wait_total / wait_max / wait_min)"), in cmd_lock() 2619 "output fields (acquired / contended / avg_wait / wait_total / wait_max / wait_min)"), in cmd_lock() 2631 "key for sorting (contended / wait_total / wait_max / wait_min / avg_wait)"), in cmd_lock() 2632 OPT_STRING('F', "field", &output_fields, "contended,wait_total,wait_max,avg_wait", in cmd_lock() 2633 "output fields (contended / wait_total / wait_max / wait_min / avg_wait)"), in cmd_lock() 2740 output_fields = "contended,wait_total,wait_max,avg_wait"; in cmd_lock()
|
| /linux/include/linux/ |
| H A D | sched.h | 536 u64 wait_max; member
|