Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dtimer_call.h159 extern void timer_call_setup(
H A Dsyscall_subr.c421 timer_call_setup(self->depress_timer, thread_depress_expire, self); in thread_depress_timer_setup()
H A Dclock_oldops.c197 timer_call_setup(&alarm_expire_timer, (timer_call_func_t)alarm_expire, NULL); in clock_oldconfig()
H A Dtimer_call.c280 timer_call_setup( in timer_call_setup() function
304 timer_call_setup(call, func, param0); in timer_call_alloc()
1605 timer_call_setup(&tlp->threshold.timer, in timer_longterm_init()
H A Dsfi.c232 timer_call_setup(&sfi_timer_call_entry, sfi_timer_global_off, NULL); in sfi_init()
H A Dthread_call.c473 timer_call_setup(&group->delayed_timers[flavor], thread_call_delayed_timer, group); in thread_call_group_setup()
476 timer_call_setup(&group->dealloc_timer, thread_call_dealloc_timer, group); in thread_call_group_setup()
H A Dtelemetry.c1679 timer_call_setup(&bootprofile_timer_call_entry, in bootprofile_init()
H A Dprocessor.c337 timer_call_setup(&processor->running_timers[i], in processor_init()
/xnu-11215/osfmk/kperf/
H A Dkptimer.c176 timer_call_setup(&kptimer.g_pet_timer, kptimer_pet_handler, NULL); in kptimer_setup()
/xnu-11215/bsd/kern/
H A Dkern_ntptime.c829 timer_call_setup(&ntp_loop_update, (timer_call_func_t)ntp_loop_update_call, NULL); in init_ntp_loop()
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_glue.c356 timer_call_setup( &(wrapTC->call), _timer_call_apply_cyclic, NULL ); in timer_call_add_cyclic()
/xnu-11215/osfmk/i386/
H A Dmp.c2111 timer_call_setup(call, cpu_warm_timer_call_func, call); in ml_interrupt_prewarm()