Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Ddevtimer.c133 devtimer_timeout_func timeout_func; in devtimer_process() local
140 timeout_func = timer->dt_timeout_func; in devtimer_process()
141 if (timeout_func != NULL) { in devtimer_process()
144 (*timeout_func)(timer->dt_arg0, timer->dt_arg1, timer->dt_arg2); in devtimer_process()
181 devtimer_timeout_func timeout_func, in devtimer_set_absolute() argument
189 if (timeout_func == NULL) { in devtimer_set_absolute()
192 timer->dt_timeout_func = timeout_func; in devtimer_set_absolute()
208 devtimer_timeout_func timeout_func, in devtimer_set_relative() argument
216 devtimer_set_absolute(timer, abs_time, timeout_func, arg1, arg2); in devtimer_set_relative()