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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Timer.c183 void TimerTick_funnel(void *arg);
185 void TimerTick_funnel(__unused void *arg) function
211 timeout(TimerTick_funnel, (caddr_t)0, HZ/6);
217 untimeout(TimerTick_funnel, (caddr_t) 0);

Completed in 20 milliseconds