Searched defs:cpu_idle_cb_state_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c176 } cpu_idle_cb_state_t; typedef in typeref:union:cpu_idle_cb_state
188 static cpu_idle_cb_state_t *cpu_idle_cb_state;
292 cpu_idle_cb_state_t *sp;
308 sz = sizeof (cpu_idle_cb_state_t) * max_ncpus;
311 cpu_idle_cb_state = (cpu_idle_cb_state_t *)P2ROUNDUP(buf,
450 cpu_idle_cb_state_t *sp;
506 cpu_idle_cb_state_t *sp;
565 cpu_idle_cb_state_t *sp;
604 cpu_idle_enter_state(cpu_idle_cb_state_t *sp, intptr_t state)
620 cpu_idle_exit_state(cpu_idle_cb_state_t *s
[all...]

Completed in 60 milliseconds