Searched refs:HS_USECS (Results 1 – 4 of 4) sorted by relevance
840 qh->ps.c_usecs = qh->ps.usecs + HS_USECS(0); in qh_make()841 qh->ps.usecs = HS_USECS(1); in qh_make()843 qh->ps.usecs += HS_USECS(1); in qh_make()844 qh->ps.c_usecs = HS_USECS(0); in qh_make()
1814 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()1815 qh->usecs = HS_USECS(1); in qh_make()1817 qh->usecs += HS_USECS(1); in qh_make()1818 qh->c_usecs = HS_USECS(0); in qh_make()
669 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) macro
2773 qh->c_usecs = qh->usecs + HS_USECS(0); in qh_make()2774 qh->usecs = HS_USECS(1); in qh_make()2776 qh->usecs += HS_USECS(1); in qh_make()2777 qh->c_usecs = HS_USECS(0); in qh_make()
Completed in 25 milliseconds