Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dsmp.h206 cpu_next(int i) in cpu_next() function
219 #define CPU_NEXT(i) cpu_next((i))
/freebsd-12.1/usr.sbin/config/
H A Dconfig.y171 SLIST_INSERT_HEAD(&cputype, cp, cpu_next);
175 SLIST_FOREACH_SAFE(cp, &cputype, cpu_next, cp2) {
177 SLIST_REMOVE(&cputype, cp, cputype, cpu_next);
H A Dconfig.h115 SLIST_ENTRY(cputype) cpu_next;
H A Dmkoptions.c73 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
H A Dmain.c450 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcpuvar.h106 struct cpu *cpu_next; /* next existing CPU */ member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c12143 } while ((cp = cp->cpu_next) != cpu_list);
12173 } while ((cp = cp->cpu_next) != cpu_list);