Searched refs:cpu_next (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/sys/ |
H A D | smp.h | 212 cpu_next(int i) in cpu_next() function 225 #define CPU_NEXT(i) cpu_next((i))
|
/freebsd/usr.sbin/config/ |
H A D | config.y | 177 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 D | config.h | 168 SLIST_ENTRY(cputype) cpu_next;
|
H A D | mkoptions.cc | 66 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
|
H A D | main.cc | 474 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace.c | 12179 } while ((cp = cp->cpu_next) != cpu_list); 12209 } while ((cp = cp->cpu_next) != cpu_list);
|