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

/illumos-gate/usr/src/uts/common/os/
H A Dcpu_intr.c77 * cpu_intr_count - count how many CPUs are handling I/O interrupts.
80 cpu_intr_count(cpu_t *cp) function
123 if ((cpu_intr_count(cp) > 1) && (cpu_intr_next(cp) != NULL)) {

Completed in 236 milliseconds