Searched refs:timer_call_setup (Results 1 – 12 of 12) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | timer_call.h | 159 extern void timer_call_setup(
|
| H A D | syscall_subr.c | 421 timer_call_setup(self->depress_timer, thread_depress_expire, self); in thread_depress_timer_setup()
|
| H A D | clock_oldops.c | 197 timer_call_setup(&alarm_expire_timer, (timer_call_func_t)alarm_expire, NULL); in clock_oldconfig()
|
| H A D | timer_call.c | 280 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 D | sfi.c | 232 timer_call_setup(&sfi_timer_call_entry, sfi_timer_global_off, NULL); in sfi_init()
|
| H A D | thread_call.c | 473 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 D | telemetry.c | 1679 timer_call_setup(&bootprofile_timer_call_entry, in bootprofile_init()
|
| H A D | processor.c | 337 timer_call_setup(&processor->running_timers[i], in processor_init()
|
| /xnu-11215/osfmk/kperf/ |
| H A D | kptimer.c | 176 timer_call_setup(&kptimer.g_pet_timer, kptimer_pet_handler, NULL); in kptimer_setup()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_ntptime.c | 829 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 D | dtrace_glue.c | 356 timer_call_setup( &(wrapTC->call), _timer_call_apply_cyclic, NULL ); in timer_call_add_cyclic()
|
| /xnu-11215/osfmk/i386/ |
| H A D | mp.c | 2111 timer_call_setup(call, cpu_warm_timer_call_func, call); in ml_interrupt_prewarm()
|