Home
last modified time | relevance | path

Searched refs:cpu_idle_check_wakeup_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpu_event.h113 typedef void (* cpu_idle_check_wakeup_t)(void *arg); typedef
127 cpu_idle_check_wakeup_t check_func, void *check_arg);
184 cpu_idle_check_wakeup_t check_func, void *check_arg);
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c280 cpu_idle_check_wakeup_t check_func, void* check_arg);
1365 fipe_enable(int throttle, cpu_idle_check_wakeup_t check_func, void* check_arg) in fipe_enable()
1545 cpu_idle_check_wakeup_t check_func, void* check_arg) in fipe_idle_enter()
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c251 cpu_idle_check_wakeup_t check_func, void *check_arg) in cpu_idle_dtrace_enter()
632 cpu_idle_check_wakeup_t check_func, void *check_arg) in cpu_idle_enter()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c346 cpu_idle_check_wakeup_t check_func = &acpi_cpu_check_wakeup; in acpi_cpu_cstate()