Home
last modified time | relevance | path

Searched refs:dtat_maxcpu (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_aggregate.c630 int max_cpus = agp->dtat_maxcpu;
1085 assert(agp->dtat_maxcpu == 0);
1089 agp->dtat_maxcpu = dt_sysconf(dtp, _SC_CPUID_MAX) + 1;
1127 for (i = 0; i < agp->dtat_maxcpu; i++) {
1168 for (i = 0; i < dtp->dt_aggregate.dtat_maxcpu; i++)
1196 int max_cpus = agp->dtat_maxcpu;
2145 int i, max_cpus = agp->dtat_maxcpu;
2169 int i, max_cpus = agp->dtat_maxcpu;
H A Ddt_impl.h202 processorid_t dtat_maxcpu; /* maximum number of CPUs */ member