Searched refs:cpu_next (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/sys/sys/ |
| D | smp.h | 119 cpu_next(int i) in cpu_next() function 132 #define CPU_NEXT(i) cpu_next((i))
|
| /freebsd-9-stable/usr.sbin/config/ |
| D | config.y | 168 SLIST_INSERT_HEAD(&cputype, cp, cpu_next); 172 SLIST_FOREACH_SAFE(cp, &cputype, cpu_next, cp2) { 174 SLIST_REMOVE(&cputype, cp, cputype, cpu_next);
|
| D | config.h | 110 SLIST_ENTRY(cputype) cpu_next;
|
| D | mkoptions.c | 71 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
|
| D | main.c | 431 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| D | cpuvar.h | 111 struct cpu *cpu_next; /* next existing CPU */ member
|
| /freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| D | dtrace.c | 10912 } while ((cp = cp->cpu_next) != cpu_list); 10942 } while ((cp = cp->cpu_next) != cpu_list);
|