Searched refs:new_cpu_list (Results 1 – 2 of 2) sorted by relevance
793 percpu_t *new_cpu_list; in setup_caches() local842 new_cpu_list = (percpu_t *)sbrk(cache_space_needed); in setup_caches()844 if (new_cpu_list == (percpu_t *)-1 || in setup_caches()845 (uintptr_t)new_cpu_list != newbrk) in setup_caches()853 newbrk = (uintptr_t)new_cpu_list + cache_space_needed; in setup_caches()860 list_addr = ((uintptr_t)new_cpu_list + (sizeof (percpu_t) * ncpus)); in setup_caches()864 new_cpu_list[i].mt_caches = (cache_head_t *)list_addr; in setup_caches()866 new_cpu_list[i].mt_caches[j].mt_cache = NULL; in setup_caches()867 new_cpu_list[i].mt_caches[j].mt_hint = NULL; in setup_caches()870 (void) mutex_init(&new_cpu_list[i].mt_parent_lock, in setup_caches()[all …]
207 processorid_t *old_cpu_list = NULL, *new_cpu_list = NULL; in pset_validate_remove() local278 &new_cpu_list, &nelem)) != 0) { in pset_validate_remove()295 if (old_cpu_list[i] == new_cpu_list[j]) in pset_validate_remove()