Searched refs:cpu_timer_call (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_xnu_private.h51 timer_call_data_t cpu_timer_call; member in struct:__anon648
H A Dchud_osfmk_callback_i386.c160 timer_call_cancel(&(chud_proc_info->cpu_timer_call));
165 timer_call_setup(&(chud_proc_info->cpu_timer_call),
167 timer_call_enter(&(chud_proc_info->cpu_timer_call),
188 timer_call_cancel(&(chud_proc_info->cpu_timer_call));
213 timer_call_cancel(&(chud_proc_info->cpu_timer_call));
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_xnu_private.h50 timer_call_data_t cpu_timer_call; member in struct:__anon649
H A Dchud_osfmk_callback_ppc.c123 timer_call_cancel(&(chud_proc_info->cpu_timer_call)); // cancel any existing callback for this cpu
128 timer_call_setup(&(chud_proc_info->cpu_timer_call), chudxnu_private_cpu_timer_callback, NULL);
129 timer_call_enter(&(chud_proc_info->cpu_timer_call), chud_proc_info->t_deadline);
144 timer_call_cancel(&(chud_proc_info->cpu_timer_call));
163 timer_call_cancel(&(chud_proc_info->cpu_timer_call));

Completed in 59 milliseconds