Searched refs:cpu_free (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.c41 cpu_free(void *data, size_t size) function
354 if ((lhp = ldom_init(cpu_alloc, cpu_free)) == NULL) {
371 if ((mdp = md_init_intern(bufp, cpu_alloc, cpu_free)) == NULL ||
373 cpu_free(bufp, (size_t)bufsiz);
390 cpu_free(bufp, (size_t)bufsiz);
H A Dcpu.c86 cpu_free(void *data, size_t size) function
312 cpu_free(str, len);
362 lhp = ldom_init(cpu_alloc, cpu_free);
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c1941 int cpu_free, cpu_busy, max_busy, min_busy; local
1951 cpu_free = cpu_busy = max_busy = average_busy = 0;
1993 cpu_free |= 1 << i;
1997 if ((cpu_busy && cpu_free) ||
2005 cpu_busy, cpu_free, max_busy, min_free);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c2007 int cpu_free, cpu_busy, max_busy, min_busy; local
2017 cpu_free = cpu_busy = max_busy = average_busy = 0;
2059 cpu_free |= 1 << i;
2063 if ((cpu_busy && cpu_free) ||
2071 cpu_busy, cpu_free, max_busy, min_free);

Completed in 66 milliseconds