Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_init.c968 u64 msecs, emsecs; in qib_verify_pioperf() local
1014 for (emsecs = lcnt = 0; emsecs <= 5UL; lcnt++) { in qib_verify_pioperf()
1016 emsecs = jiffies_to_msecs(jiffies) - msecs; in qib_verify_pioperf()
1020 if (lcnt < (emsecs * 1024U)) in qib_verify_pioperf()
1023 lcnt / (u32) emsecs); in qib_verify_pioperf()
/drivers/infiniband/hw/ipath/
Dipath_driver.c314 u64 msecs, emsecs; in ipath_verify_pioperf() local
364 for (emsecs = lcnt = 0; emsecs <= 5UL; lcnt++) { in ipath_verify_pioperf()
366 emsecs = jiffies_to_msecs(jiffies) - msecs; in ipath_verify_pioperf()
370 if (lcnt < (emsecs * 1024U)) in ipath_verify_pioperf()
374 lcnt / (u32) emsecs); in ipath_verify_pioperf()
377 lcnt / (u32) emsecs); in ipath_verify_pioperf()