Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_init.c841 u64 msecs, emsecs; in qib_verify_pioperf() local
887 for (emsecs = lcnt = 0; emsecs <= 5UL; lcnt++) { in qib_verify_pioperf()
889 emsecs = jiffies_to_msecs(jiffies) - msecs; in qib_verify_pioperf()
893 if (lcnt < (emsecs * 1024U)) in qib_verify_pioperf()
897 lcnt / (u32) emsecs); in qib_verify_pioperf()
/drivers/infiniband/hw/ipath/
Dipath_driver.c318 u64 msecs, emsecs; in ipath_verify_pioperf() local
368 for (emsecs = lcnt = 0; emsecs <= 5UL; lcnt++) { in ipath_verify_pioperf()
370 emsecs = jiffies_to_msecs(jiffies) - msecs; in ipath_verify_pioperf()
374 if (lcnt < (emsecs * 1024U)) in ipath_verify_pioperf()
378 lcnt / (u32) emsecs); in ipath_verify_pioperf()
381 lcnt / (u32) emsecs); in ipath_verify_pioperf()