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

/freebsd-current/sys/sys/
H A Dsmp.h212 cpu_next(int i) function
225 #define CPU_NEXT(i) cpu_next((i))
/freebsd-current/usr.sbin/config/
H A Dconfig.y170 SLIST_INSERT_HEAD(&cputype, cp, cpu_next);
174 SLIST_FOREACH_SAFE(cp, &cputype, cpu_next, cp2) {
176 SLIST_REMOVE(&cputype, cp, cputype, cpu_next);
H A Dconfig.h168 SLIST_ENTRY(cputype) cpu_next; member in struct:cputype
H A Dmkoptions.cc65 SLIST_FOREACH(cp, &cputype, cpu_next) {
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c12176 } while ((cp = cp->cpu_next) != cpu_list);
12206 } while ((cp = cp->cpu_next) != cpu_list);

Completed in 121 milliseconds