Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsmp.h212 cpu_next(int i) in cpu_next() function
225 #define CPU_NEXT(i) cpu_next((i))
/freebsd/usr.sbin/config/
H A Dconfig.y177 SLIST_INSERT_HEAD(&cputype, cp, cpu_next);
181 SLIST_FOREACH_SAFE(cp, &cputype, cpu_next, cp2) {
183 SLIST_REMOVE(&cputype, cp, cputype, cpu_next);
H A Dconfig.h168 SLIST_ENTRY(cputype) cpu_next;
H A Dmkoptions.cc66 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
H A Dmain.cc474 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c12179 } while ((cp = cp->cpu_next) != cpu_list);
12209 } while ((cp = cp->cpu_next) != cpu_list);