Searched defs:xdt_ncpus (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c354 static uint_t xdt_ncpus; /* total number of phys CPUs */ variable
624 tbuf.cnt = xdt_ncpus;
655 xdt_max_recs = (xdt_ncpus * tbuf_data_size)
703 ASSERT(xdt_ncpus == xpv_nr_phys_cpus());
705 if (cpuid >= xdt_ncpus) {
1959 for (i = 0; i < xdt_ncpus; i++)
2039 xdt_ncpus = xpv_nr_phys_cpus();
2040 ASSERT(xdt_ncpus > 0);
2056 xdt_cpu_schedinfo = (xdt_schedinfo_t *)kmem_zalloc(xdt_ncpus *
2088 kmem_free(xdt_cpu_schedinfo, xdt_ncpus * sizeo
[all...]

Completed in 166 milliseconds