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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c129 static unsigned long lpfc_debugfs_start_time = 0L; variable
168 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
179 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
229 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
240 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
1249 if (!lpfc_debugfs_start_time)
1250 lpfc_debugfs_start_time = jiffies;

Completed in 59 milliseconds