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

/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c38 * 3) cpu_idle_cb_busy is protected by cpu_idle_cb_lock.
183 static cpu_idle_cb_impl_t *cpu_idle_cb_busy = NULL; variable
536 for (cip = cpu_idle_cb_busy; cip != NULL;
551 cip->next = cpu_idle_cb_busy;
552 cpu_idle_cb_busy = cip;
583 for (ipp = &cpu_idle_cb_busy; *ipp != NULL; ipp = &(*ipp)->next) {

Completed in 61 milliseconds