Searched refs:IS_TIMER_SLOW (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h178 #define IS_TIMER_SLOW(ind) ((ind & 0x3) != 0) macro
H A Dtcp_timer.c945 is_fast = !(IS_TIMER_SLOW(index));
1176 if (!need_fast && !(IS_TIMER_SLOW(index))) {
1255 is_fast = !(IS_TIMER_SLOW(index));

Completed in 26 milliseconds