Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c518 cpupm_state_domains_t *this_domain, *next_domain; in cpupm_free_domains() local
520 this_domain = *dom_ptr; in cpupm_free_domains()
521 while (this_domain != NULL) { in cpupm_free_domains()
522 next_domain = this_domain->pm_next; in cpupm_free_domains()
523 mutex_destroy(&this_domain->pm_lock); in cpupm_free_domains()
524 kmem_free((void *)this_domain, in cpupm_free_domains()
526 this_domain = next_domain; in cpupm_free_domains()