HomeSort by: relevance | last modified time | path
    Searched defs:cpu_generation (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
cpuvar.h 220 * cpu_generation is updated whenever CPU goes on-line or off-line.
221 * Updates to cpu_generation are protected by cpu_lock.
225 volatile uint_t cpu_generation; /* tracking on/off-line */ member in struct:cpu
606 * Updates to cpu_generation should be protected by cpu_lock.
608 #define CPU_NEW_GENERATION(cp) ((cp)->cpu_generation++)

Completed in 31 milliseconds