HomeSort by: relevance | last modified time | path
    Searched refs:dtat_maxcpu (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_aggregate.c 630 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;
dt_impl.h 202 processorid_t dtat_maxcpu; /* maximum number of CPUs */ member in struct:dt_aggregate

Completed in 23 milliseconds