Home
last modified time | relevance | path

Searched refs:cpu_next (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dsmp.h212 cpu_next(int i) in cpu_next() function
225 #define CPU_NEXT(i) cpu_next((i))
/freebsd-14.2/usr.sbin/config/
H A Dconfig.y172 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 Dconfig.h170 SLIST_ENTRY(cputype) cpu_next;
H A Dmkoptions.cc71 SLIST_FOREACH(cp, &cputype, cpu_next) { in options()
H A Dmain.cc481 SLIST_FOREACH(cput, &cputype, cpu_next) in configfile_dynamic()
/freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c12176 } while ((cp = cp->cpu_next) != cpu_list);
12206 } while ((cp = cp->cpu_next) != cpu_list);