Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Ddevtimer.c132 devtimer_process_func process_func; in devtimer_process() local
136 process_func = timer->dt_process_func; in devtimer_process()
137 if (process_func != NULL) { in devtimer_process()
138 (*process_func)(timer, devtimer_process_func_event_lock); in devtimer_process()
148 if (process_func != NULL) { in devtimer_process()
149 (*process_func)(timer, devtimer_process_func_event_unlock); in devtimer_process()
161 devtimer_create(devtimer_process_func process_func, void * arg0) in devtimer_create() argument
173 timer->dt_process_func = process_func; in devtimer_create()
H A Ddevtimer.h64 devtimer_create(devtimer_process_func process_func, void * arg0);