BIT_CNT
new_migr_bit = find_first_bit(&active, BIT_CNT);
if (new_migr_bit != BIT_CNT) {
lonely = bitmap_weight(&active, BIT_CNT) <= 1;
return bitmap_weight(&active, BIT_CNT) <= 1;