Searched refs:TICKS_2_USEC (Results 1 – 4 of 4) sorted by relevance
19 return snooze(TICKS_2_USEC(timeout)); in _pause()
47 const bigtime_t bigtimeout = TICKS_2_USEC(timeout); in cv_timedwait()
267 c->c_due = system_time() + TICKS_2_USEC(_ticks); in callout_reset()
48 #define TICKS_2_USEC(t) ((1000000*(bigtime_t)t) / hz) macro