Home
last modified time | relevance | path

Searched refs:wait_time_max (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A 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()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-lock.c70 u64 wait_time_max; member
221 SINGLE_KEY(wait_time_max)
259 DEF_KEY_LOCK(wait_max, wait_time_max),
510 if (ls->wait_time_max < contended_term) in report_lock_acquired_event()
511 ls->wait_time_max = contended_term; in report_lock_acquired_event()
748 pr_info("%15" PRIu64 " ", st->wait_time_max); in print_result()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-lock.c184 SINGLE_KEY(wait_time_max)
266 PRINT_TIME(wait_time_max)
297 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12),
307 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12),
421 if (p->wait_time_max < st->wait_time_max) in combine_lock_stats()
422 p->wait_time_max = st->wait_time_max; in combine_lock_stats()
770 if (ls->wait_time_max < contended_term) in report_lock_acquired_event()
771 ls->wait_time_max in report_lock_acquired_event()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_vport.c245 unsigned long wait_time_max; in lpfc_discovery_wait() local
256 wait_time_max = msecs_to_jiffies(((phba->fc_ratov * 3) + 3) * 1000); in lpfc_discovery_wait()
257 wait_time_max += jiffies; in lpfc_discovery_wait()
259 while (time_before(jiffies, wait_time_max)) { in lpfc_discovery_wait()
286 if (time_after(jiffies, wait_time_max)) in lpfc_discovery_wait()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dlock-contention.h40 u64 wait_time_max; member
H A Dbpf_lock_contention.c325 if (st->wait_time_max < data.max_time) in lock_contention_read()
326 st->wait_time_max = data.max_time; in lock_contention_read()
343 st->wait_time_max = data.max_time; in lock_contention_read()

Completed in 8 milliseconds