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

  /src/external/cddl/osnet/sys/sys/
cyclic.h 36 typedef void cpu_t; typedef
76 void (*cyo_online)(void *, cpu_t *, cyc_handler_t *, cyc_time_t *);
77 void (*cyo_offline)(void *, cpu_t *, void *);
cpuvar.h 51 #define cpu_t solaris_cpu_t macro
  /src/external/cddl/osnet/dist/uts/common/sys/
cpuvar.h 79 * all types pointed to by cpu_t.
126 * beyond what's necessary to access the cpu_t structure.
239 } cpu_t; typedef in typeref:struct:cpu
549 extern cpu_t *cpu_list; /* list of CPUs */
550 extern cpu_t *cpu_active; /* list of active CPUs */
558 extern cpu_t *clock_cpu_list;
593 uint64_t *, cpu_t *); \
619 void cpu_list_init(cpu_t *);
620 void cpu_add_unit(cpu_t *);
622 void cpu_add_active(cpu_t *);
    [all...]

Completed in 21 milliseconds