Searched refs:HS_USECS (Results 1 – 4 of 4) sorted by relevance
832 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make()833 qh->ps.usecs = HS_USECS(1); in qh_make()835 qh->ps.usecs += HS_USECS(1); in qh_make()836 qh->ps.c_usecs = HS_USECS(0); in qh_make()
1400 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()1401 qh->usecs = HS_USECS(1); in qh_make()1403 qh->usecs += HS_USECS(1); in qh_make()1404 qh->c_usecs = HS_USECS(0); in qh_make()
2778 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()2779 qh->usecs = HS_USECS(1); in qh_make()2781 qh->usecs += HS_USECS(1); in qh_make()2782 qh->c_usecs = HS_USECS(0); in qh_make()
633 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro