Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/
Dbuiltin-lock.c59 u64 wait_time_max; member
205 SINGLE_KEY(wait_time_max) in SINGLE_KEY()
242 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()
797 pr_info("%15" PRIu64 " ", st->wait_time_max); in print_result()
/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_vport.c241 unsigned long wait_time_max; in lpfc_discovery_wait() local
252 wait_time_max = msecs_to_jiffies(((phba->fc_ratov * 3) + 3) * 1000); in lpfc_discovery_wait()
253 wait_time_max += jiffies; in lpfc_discovery_wait()
255 while (time_before(jiffies, wait_time_max)) { in lpfc_discovery_wait()
282 if (time_after(jiffies, wait_time_max)) in lpfc_discovery_wait()