HomeSort by relevance Sort by last modified time
    Searched defs:CPU_ACTIVE (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/stat/common/
statcommon.h 55 #define CPU_ACTIVE(c) (CPU_ONLINE((c)->cs_state) && (c)->cs_id != ID_NO_CPU)
  /onnv/onnv-gate/usr/src/uts/common/sys/
cpuvar.h 343 #define CPU_ACTIVE(cpu) (((cpu)->cpu_flags & CPU_OFFLINE) == 0)
548 extern cpu_t *cpu_active; /* list of active CPUs */

Completed in 540 milliseconds