Searched refs:HS_USECS (Results 1 – 3 of 3) sorted by relevance
854 qh->c_usecs = qh->usecs + HS_USECS (0); in qh_make()855 qh->usecs = HS_USECS (1); in qh_make()857 qh->usecs += HS_USECS (1); in qh_make()858 qh->c_usecs = HS_USECS (0); in qh_make()
1417 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()1418 qh->usecs = HS_USECS(1); in qh_make()1420 qh->usecs += HS_USECS(1); in qh_make()1421 qh->c_usecs = HS_USECS(0); in qh_make()
545 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro