Searched refs:cpu_next (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/sys/ |
| HD | smp.h | 119 cpu_next(int i) in cpu_next() function 132 #define CPU_NEXT(i) cpu_next((i))
|
| /trueos/usr.sbin/config/ |
| HD | 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);
|
| HD | config.h | 110 SLIST_ENTRY(cputype) cpu_next;
|
| HD | mkoptions.c | 71 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
|
| HD | main.c | 437 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| HD | cpuvar.h | 104 struct cpu *cpu_next; /* next existing CPU */ member
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | dtrace.c | 11852 } while ((cp = cp->cpu_next) != cpu_list); 11882 } while ((cp = cp->cpu_next) != cpu_list);
|