Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/lpfc/
Dlpfc_vport.c242 unsigned long wait_time_max; in lpfc_discovery_wait() local
253 wait_time_max = msecs_to_jiffies(((phba->fc_ratov * 3) + 3) * 1000); in lpfc_discovery_wait()
254 wait_time_max += jiffies; in lpfc_discovery_wait()
256 while (time_before(jiffies, wait_time_max)) { in lpfc_discovery_wait()
283 if (time_after(jiffies, wait_time_max)) in lpfc_discovery_wait()
/linux-6.1.9/tools/perf/
Dbuiltin-lock.c172 SINGLE_KEY(wait_time_max) in SINGLE_KEY()
248 PRINT_TIME(wait_time_max) in PRINT_KEY()
279 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12),
289 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12),
403 if (p->wait_time_max < st->wait_time_max) in combine_lock_stats()
404 p->wait_time_max = st->wait_time_max; in combine_lock_stats()
709 if (ls->wait_time_max < contended_term) in report_lock_acquired_event()
710 ls->wait_time_max = contended_term; in report_lock_acquired_event()
1154 if (ls->wait_time_max < contended_term) in report_lock_contention_end_event()
1155 ls->wait_time_max = contended_term; in report_lock_contention_end_event()
/linux-6.1.9/tools/perf/util/
Dlock-contention.h31 u64 wait_time_max; member
Dbpf_lock_contention.c136 st->wait_time_max = data.max_time; in lock_contention_read()