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

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c518 cpupm_state_domains_t *this_domain, *next_domain; local
522 next_domain = this_domain->pm_next;
526 this_domain = next_domain;
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c1333 static uint_t next_domain = 0; local
1407 * Use next_domain if available, or search for an unused domain, or
1408 * overload next_domain, in that order. Overloading is necessary when
1411 idx = next_domain;
1418 /* overload next_domain */
1419 idx = next_domain;
1428 next_domain = (idx + 1) % max_mmu_ctxdoms;

Completed in 46 milliseconds