Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c640 int max_cpus = agp->dtat_maxcpu;
1095 assert(agp->dtat_maxcpu == 0);
1099 agp->dtat_maxcpu = dt_cpu_maxid(dtp) + 1;
1100 if (agp->dtat_maxcpu <= 0)
1139 for (i = 0; i < agp->dtat_maxcpu; i++) {
1180 for (i = 0; i < dtp->dt_aggregate.dtat_maxcpu; i++)
1208 int max_cpus = agp->dtat_maxcpu;
2162 int i, max_cpus = agp->dtat_maxcpu;
2186 int i, max_cpus = agp->dtat_maxcpu;
H A Ddt_impl.h202 processorid_t dtat_maxcpu; /* maximum number of CPUs */ member