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

/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c294 } xdt_schedinfo_t; typedef in typeref:struct:__anon9278
356 static xdt_schedinfo_t *xdt_cpu_schedinfo; /* per-cpu sched info */
678 xdt_schedinfo_t *sp = &xdt_cpu_schedinfo[cpuid];
695 xdt_schedinfo_t *sp = &xdt_cpu_schedinfo[cpuid];
1795 xdt_schedinfo_t *sp;
2056 xdt_cpu_schedinfo = (xdt_schedinfo_t *)kmem_zalloc(xdt_ncpus *
2057 sizeof (xdt_schedinfo_t), KM_SLEEP);
2088 kmem_free(xdt_cpu_schedinfo, xdt_ncpus * sizeof (xdt_schedinfo_t));

Completed in 64 milliseconds