Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Daffinity.c531 unsigned short set_occupancy[MAX_CPUS] = { 0 }; in affinity_set_place() local
548 set_occupancy[aset->aset_num]++; in affinity_set_place()
568 if (set_occupancy[j] == 0) { in affinity_set_place()
572 if (set_occupancy[j] < set_occupancy[i_least_occupied]) { in affinity_set_place()