Home
last modified time | relevance | path

Searched refs:cpu_next (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/sys/
Dsmp.h119 cpu_next(int i) in cpu_next() function
132 #define CPU_NEXT(i) cpu_next((i))
/freebsd-9-stable/usr.sbin/config/
Dconfig.y168 SLIST_INSERT_HEAD(&cputype, cp, cpu_next);
172 SLIST_FOREACH_SAFE(cp, &cputype, cpu_next, cp2) {
174 SLIST_REMOVE(&cputype, cp, cputype, cpu_next);
Dconfig.h110 SLIST_ENTRY(cputype) cpu_next;
Dmkoptions.c71 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
Dmain.c431 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dcpuvar.h111 struct cpu *cpu_next; /* next existing CPU */ member
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c10912 } while ((cp = cp->cpu_next) != cpu_list);
10942 } while ((cp = cp->cpu_next) != cpu_list);