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

/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h80 * all types pointed to by cpu_t.
127 * beyond what's necessary to access the cpu_t structure.
243 } cpu_t; typedef in typeref:struct:cpu
553 extern cpu_t *cpu_list; /* list of CPUs */
554 extern cpu_t *cpu_active; /* list of active CPUs */
562 extern cpu_t *clock_cpu_list;
597 uint64_t *, cpu_t *); \
623 void cpu_list_init(cpu_t *);
624 void cpu_add_unit(cpu_t *);
626 void cpu_add_active(cpu_t *);
[all...]

Completed in 62 milliseconds