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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c632 int max_cpus = agp->dtat_maxcpu;
1100 assert(agp->dtat_maxcpu == 0);
1104 agp->dtat_maxcpu = dt_sysconf(dtp, _SC_CPUID_MAX) + 1;
1142 for (i = 0; i < agp->dtat_maxcpu; i++) {
1183 for (i = 0; i < dtp->dt_aggregate.dtat_maxcpu; i++)
1211 int i, max_cpus = agp->dtat_maxcpu;
1912 int i, max_cpus = agp->dtat_maxcpu;
1936 int i, max_cpus = agp->dtat_maxcpu;
H A Ddt_impl.h165 processorid_t dtat_maxcpu; /* maximum number of CPUs */ member in struct:dt_aggregate

Completed in 22 milliseconds