Searched refs:_us (Results 1 – 3 of 3) sorted by relevance
226 ustosbt(int64_t _us) in ustosbt() argument231 KASSERT(_us >= 0, ("Negative values illegal for ustosbt: %jd", _us)); in ustosbt()233 if (_us >= SBT_1S) { in ustosbt()234 sb = (_us / 1000000) * SBT_1S; in ustosbt()235 _us = _us % 1000000; in ustosbt()238 sb += ((_us * 9223372036855ull) + 0x7fffffff) >> 31; in ustosbt()
275 #define IEEE80211_US_TO_TXOP(_us) ((_us)>>5) argument
594 #define EFSYS_SPIN(_us) \ argument596 rte_delay_us(_us); \