Searched defs:NCA_TW_LBOLT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h307 #define NCA_TW_LBOLT MSEC_TO_TICK(NCA_TW_MS) macro
311 clock_t _mod = _lbolt % NCA_TW_LBOLT; \
315 _lbolt += NCA_TW_LBOLT - _mod; \
319 _lbolt += NCA_TW_LBOLT; \
321 _lbolt += NCA_TW_LBOLT; \

Completed in 54 milliseconds