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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_aggregate.c556 int max_cpus = agp->dtat_maxcpu;
1022 assert(agp->dtat_maxcpu == 0);
1027 agp->dtat_maxcpu = dt_sysconf(dtp, _SC_CPUID_MAX) + 1;
1030 agp->dtat_maxcpu = RTMpGetMaxCpuId() + 1;
1069 for (i = 0; i < agp->dtat_maxcpu; i++) {
1110 for (i = 0; i < dtp->dt_aggregate.dtat_maxcpu; i++)
1138 int i, max_cpus = agp->dtat_maxcpu;
1857 int i, max_cpus = agp->dtat_maxcpu;
1881 int i, max_cpus = agp->dtat_maxcpu;
H A Ddt_impl.h175 processorid_t dtat_maxcpu; /* maximum number of CPUs */ member in struct:dt_aggregate

Completed in 51 milliseconds