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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtimer_call.h81 extern void timer_call_setup(
H A Dclock.c162 timer_call_setup(&calend_adjcall, (timer_call_func_t)calend_adjust_call, NULL);
H A Dtimer_call.c117 timer_call_setup( function
122 DBG("timer_call_setup(%p,%p,%p)\n", call, func, param0);
H A Dthread_call.c244 timer_call_setup(&group->delayed_timer, thread_call_delayed_timer, group);
245 timer_call_setup(&group->dealloc_timer, thread_call_dealloc_timer, group);
H A Dclock_oldops.c182 timer_call_setup(&alarm_expire_timer, (timer_call_func_t)alarm_expire, NULL);
H A Dprocessor.c161 timer_call_setup(&processor->quantum_timer, thread_quantum_expire, processor);
H A Dthread.c763 timer_call_setup(&new_thread->wait_timer, thread_timer_expire, new_thread);
764 timer_call_setup(&new_thread->depress_timer, thread_depress_expire, new_thread);
/darwin-on-arm/xnu/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c107 timer_call_setup(&(chud_proc_info->cpu_timer_call), NULL, NULL);
175 timer_call_setup(&(chud_proc_info->cpu_timer_call),
/darwin-on-arm/xnu/osfmk/kperf/
H A Dtimetrigger.c282 timer_call_setup( &trigger->tcall, kperf_timer_handler, trigger );
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c303 timer_call_setup(
355 timer_call_setup( &(wrapTC->call), _timer_call_apply_cyclic, NULL );
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c1738 timer_call_setup(call, cpu_warm_timer_call_func, call);

Completed in 52 milliseconds