Searched refs:cpu_idle_notify (Results 1 – 3 of 3) sorted by relevance
557 if (wfi && (cpu_data_ptr->cpu_idle_notify != NULL)) { in cpu_idle()558 cpu_data_ptr->cpu_idle_notify(cpu_data_ptr->cpu_id, TRUE, &new_idle_timeout_ticks); in cpu_idle()661 if (wfi && (cpu_data_ptr->cpu_idle_notify != NULL)) { in cpu_idle_exit()662 cpu_data_ptr->cpu_idle_notify(cpu_data_ptr->cpu_id, FALSE, &new_idle_timeout_ticks); in cpu_idle_exit()784 cpu_data_ptr->cpu_idle_notify = NULL; in cpu_data_init()
1618 this_cpu_datap->cpu_idle_notify = in_processor_info->processor_idle; in ml_processor_register()
174 processor_idle_t cpu_idle_notify; member