Home
last modified time | relevance | path

Searched refs:_us (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Diopoll.h35 #define read_poll_timeout(_pollfp, _var, _cond, _us, _to, _early_sleep, ...) \ argument
45 if ((_early_sleep) && (_us) > 0) \
46 usleep_range(_us, _us); \
56 if ((_us) != 0) \
57 usleep_range(_us, _us); \
62 #define readx_poll_timeout(_pollfp, _addr, _var, _cond, _us, _to) \ argument
63 read_poll_timeout(_pollfp, _var, _cond, _us, _to, false, _addr)
65 #define read_poll_timeout_atomic(_pollfp, _var, _cond, _us, _to, _early_sleep, ...) \ argument
75 if ((_early_sleep) && (_us) > 0) \
76 DELAY(_us); \
[all …]
/freebsd/lib/libc/tests/stdbit/
H A Dstdbit-test-framework.c36 #define SUFFIX _us
74 ADD_CASE(FUNCSTEM, _us); in ATF_TP_ADD_TCS()
/freebsd/sys/net80211/
H A Dieee80211_proto.h279 #define IEEE80211_US_TO_TXOP(_us) ((_us)>>5) argument
/freebsd/include/
H A Dstdbit.h19 unsigned short: func ## _us, \
/freebsd/sys/dev/ath/
H A Dif_athvar.h1195 #define ath_hal_setslottime(_ah, _us) \ argument
1196 ((*(_ah)->ah_setSlotTime)((_ah), (_us)))
1199 #define ath_hal_setacktimeout(_ah, _us) \ argument
1200 ((*(_ah)->ah_setAckTimeout)((_ah), (_us)))
1203 #define ath_hal_setctstimeout(_ah, _us) \ argument
1204 ((*(_ah)->ah_setCTSTimeout)((_ah), (_us)))
/freebsd/sys/dev/sfxge/common/
H A Defsys.h965 #define EFSYS_SPIN(_us) \ argument
967 DELAY(_us); \