Home
last modified time | relevance | path

Searched refs:wait_time_max (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_vport.c241 unsigned long wait_time_max; in lpfc_discovery_wait() local
249 wait_time_max = msecs_to_jiffies(((phba->fc_ratov * 3) + 3) * 1000); in lpfc_discovery_wait()
250 wait_time_max += jiffies; in lpfc_discovery_wait()
252 while (time_before(jiffies, wait_time_max)) { in lpfc_discovery_wait()
284 if (time_after(jiffies, wait_time_max)) in lpfc_discovery_wait()
/linux/tools/perf/
H A Dbuiltin-lock.c186 SINGLE_KEY(wait_time_max) in SINGLE_KEY()
268 PRINT_TIME(wait_time_max) in PRINT_KEY()
299 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12),
309 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12),
423 if (p->wait_time_max < st->wait_time_max) in combine_lock_stats()
424 p->wait_time_max = st->wait_time_max; in combine_lock_stats()
773 if (ls->wait_time_max < contended_term) in report_lock_acquired_event()
774 ls->wait_time_max = contended_term; in report_lock_acquired_event()
1258 if (ls->wait_time_max < contended_term) in report_lock_contention_end_event()
1259 ls->wait_time_max = contended_term; in report_lock_contention_end_event()
/linux/tools/perf/util/
H A Dlock-contention.h42 u64 wait_time_max; member
H A Dbpf_lock_contention.c485 if (st->wait_time_max < data.max_time) in lock_contention_read()
486 st->wait_time_max = data.max_time; in lock_contention_read()
503 st->wait_time_max = data.max_time; in lock_contention_read()