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

/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma.h58 struct cma_cpu *cpu_next; /* List of cpus */ member in struct:cma_cpu
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c360 Prom_node *cpu_next = NULL; local
369 cpu_next = cpu->sibling;
371 if (cpu_next != NULL) {
372 name = get_node_name(cpu_next);
376 cpu_next = NULL;
385 if (cpu_next != NULL) {
393 if (cpu_next != NULL) {
398 cpu = cpu_next;
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuvar.h105 struct cpu *cpu_next; /* next existing CPU */ member in struct:cpu
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c3567 zsd_cpu_t *cpu_next; local
3574 cpu_next = list_head(&ctl->zsctl_cpus);
3575 while (cpu_next != NULL) {
3576 cpu = cpu_next;
3577 cpu_next = list_next(&ctl->zsctl_cpus, cpu);

Completed in 76 milliseconds