Searched refs:cpu_next (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/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-14.2/usr.sbin/config/ |
| H A D | config.y | 172 SLIST_INSERT_HEAD(&cputype, cp, cpu_next); 176 SLIST_FOREACH_SAFE(cp, &cputype, cpu_next, cp2) { 178 SLIST_REMOVE(&cputype, cp, cputype, cpu_next);
|
| H A D | config.h | 170 SLIST_ENTRY(cputype) cpu_next;
|
| H A D | mkoptions.cc | 71 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
|
| H A D | main.cc | 481 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
|
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 12176 } while ((cp = cp->cpu_next) != cpu_list); 12206 } while ((cp = cp->cpu_next) != cpu_list);
|