Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/arm/
H A DAppleARMSMP.cpp70 processor_idle_wrapper(cpu_id_t /*cpu_id*/, boolean_t enter, uint64_t *new_timeout_ticks) in processor_idle_wrapper() argument
73 gPMGR->enterCPUIdle(new_timeout_ticks); in processor_idle_wrapper()
75 gPMGR->exitCPUIdle(new_timeout_ticks); in processor_idle_wrapper()
80 idle_timer_wrapper(void */*refCon*/, uint64_t *new_timeout_ticks) in idle_timer_wrapper() argument
82 gPMGR->updateCPUIdle(new_timeout_ticks); in idle_timer_wrapper()
/xnu-8020.101.4/osfmk/arm/
H A Dmachine_routines.h177 typedef void (*processor_idle_t)(cpu_id_t cpu_id, boolean_t enter, uint64_t *new_timeout_ticks);
183 typedef void (*idle_timer_t)(void *refcon, uint64_t *new_timeout_ticks);