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

  /src/external/cddl/osnet/sys/kern/
opensolaris.c 43 cpu_core_t cpu_core[MAXCPUS]; variable
  /src/external/cddl/osnet/sys/sys/
cpuvar.h 59 * The cpu_core structure consists of per-CPU state available in any context.
61 * NCPU-sized array of cpu_core structures must be locked in the TLB -- it
69 typedef struct cpu_core { struct
76 extern cpu_core_t cpu_core[];
  /src/external/cddl/osnet/dist/uts/common/sys/
cpuvar.h 242 * The cpu_core structure consists of per-CPU state available in any context.
244 * NCPU-sized array of cpu_core structures must be locked in the TLB -- it
252 typedef struct cpu_core { struct
261 extern cpu_core_t cpu_core[];

Completed in 24 milliseconds