Searched refs:cpu_next (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/SETUP/config/
H A Dconfig.h191 struct cputype *cpu_next; member in struct:cputype
H A Dmkmakefile.c548 for (cp = cputype; cp; cp = cp->cpu_next)
826 for (cp = cputype; cp; cp = cp->cpu_next)
H A Dparser.y253 cp->cpu_next = cputype;
/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_glue.h115 struct dtrace_cpu *cpu_next; /* next existing CPU */ member in struct:dtrace_cpu
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c973 for (cur = cpu->cpu_next; cur != cpu; cur = cur->cpu_next) {
981 for (cur = cpu->cpu_next; cur != cpu; cur = cur->cpu_next) {
H A Ddtrace.c11429 } while ((cp = cp->cpu_next) != cpu_list);
11456 } while ((cp = cp->cpu_next) != cpu_list);
19713 cpu_list[i].cpu_next = &(cpu_list[(i+1) % ncpu]);

Completed in 90 milliseconds