Home
last modified time | relevance | path

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

/xnu-12377.41.6/iokit/Kernel/arm/
H A DAppleARMSMP.cpp76 processor_idle_wrapper(cpu_id_t /*cpu_id*/, boolean_t enter, uint64_t *new_timeout_ticks) in processor_idle_wrapper() argument
79 gPMGR->enterCPUIdle(new_timeout_ticks); in processor_idle_wrapper()
81 gPMGR->exitCPUIdle(new_timeout_ticks); in processor_idle_wrapper()
86 idle_timer_wrapper(void */*refCon*/, uint64_t *new_timeout_ticks) in idle_timer_wrapper() argument
88 gPMGR->updateCPUIdle(new_timeout_ticks); in idle_timer_wrapper()
/xnu-12377.41.6/osfmk/arm/
H A Dmachine_routines.h183 typedef void (*processor_idle_t)(cpu_id_t cpu_id, boolean_t enter, uint64_t *new_timeout_ticks);
189 typedef void (*idle_timer_t)(void *refcon, uint64_t *new_timeout_ticks);