Searched refs:num_cpu_asets (Results 1 – 1 of 1) sorted by relevance
532 unsigned num_cpu_asets = ml_get_max_affinity_sets(); in affinity_set_place() local536 if (__improbable(num_cpu_asets > MAX_CPUS)) { in affinity_set_place()538 panic("num_cpu_asets = %d > %d too big in %s", num_cpu_asets, MAX_CPUS, __FUNCTION__); in affinity_set_place()547 if (aset->aset_num < num_cpu_asets) { in affinity_set_place()564 i_least_occupied = (unsigned int)(((uintptr_t)aspc % 127) % num_cpu_asets); in affinity_set_place()566 for (unsigned i = 0; i < num_cpu_asets; i++) { in affinity_set_place()567 unsigned int j = (i_least_occupied + i) % num_cpu_asets; in affinity_set_place()