Searched refs:cpu_idle_callback_handle_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcpu_event.h104 typedef void *cpu_idle_callback_handle_t; typedef
165 void *arg, cpu_idle_callback_handle_t *hdlp);
173 extern int cpu_idle_unregister_callback(cpu_idle_callback_handle_t hdl);
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c267 static cpu_idle_callback_handle_t cpu_idle_cb_handle_dtrace;
278 static cpu_idle_callback_handle_t cpu_idle_cb_handle_tlb;
504 void *arg, cpu_idle_callback_handle_t *hdlp)
556 *hdlp = (cpu_idle_callback_handle_t)cip;
562 cpu_idle_unregister_callback(cpu_idle_callback_handle_t hdl)
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c155 cpu_idle_callback_handle_t cb_handle;

Completed in 66 milliseconds