Home
last modified time | relevance | path

Searched refs:DEVTIMER_USECS_PER_SEC (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.61.3/bsd/net/
H A Ddevtimer.c73 if (result->tv_usec > DEVTIMER_USECS_PER_SEC) { in timeval_add()
74 result->tv_usec -= DEVTIMER_USECS_PER_SEC; in timeval_add()
H A Ddevtimer.h41 #define DEVTIMER_USECS_PER_SEC (1000 * 1000) macro