Home
last modified time | relevance | path

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

/titanic_44/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; in xdt_attach_trace_buffers()
655 xdt_max_recs = (xdt_ncpus * tbuf_data_size) in xdt_attach_trace_buffers()
703 ASSERT(xdt_ncpus == xpv_nr_phys_cpus()); in xdt_process_rec()
705 if (cpuid >= xdt_ncpus) { in xdt_process_rec()
1959 for (i = 0; i < xdt_ncpus; i++) in xdt_disable()
2039 xdt_ncpus = xpv_nr_phys_cpus(); in xdt_attach()
2040 ASSERT(xdt_ncpus > 0); in xdt_attach()
2056 xdt_cpu_schedinfo = (xdt_schedinfo_t *)kmem_zalloc(xdt_ncpus * in xdt_attach()
2088 kmem_free(xdt_cpu_schedinfo, xdt_ncpus * sizeof (xdt_schedinfo_t)); in xdt_detach()