Searched refs:cpu_next (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/sys/ |
| H A D | smp.h | 206 cpu_next(int i) in cpu_next() function 219 #define CPU_NEXT(i) cpu_next((i))
|
| /freebsd-12.1/usr.sbin/config/ |
| H A D | config.y | 171 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 D | config.h | 115 SLIST_ENTRY(cputype) cpu_next;
|
| H A D | mkoptions.c | 73 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
|
| H A D | main.c | 450 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | cpuvar.h | 106 struct cpu *cpu_next; /* next existing CPU */ member
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 12143 } while ((cp = cp->cpu_next) != cpu_list); 12173 } while ((cp = cp->cpu_next) != cpu_list);
|