Searched refs:cpu_next (Results 1 – 6 of 6) sorted by relevance
| /src/sys/sys/ |
| H A D | smp.h | 216 cpu_next(int i) in cpu_next() function 229 #define CPU_NEXT(i) cpu_next((i))
|
| /src/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()
|
| /src/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 12207 } while ((cp = cp->cpu_next) != cpu_list); 12237 } while ((cp = cp->cpu_next) != cpu_list);
|