Searched refs:BIT_CNT (Results 1 – 1 of 1) sorted by relevance
440 #define BIT_CNT 8 macro501 lonely = bitmap_weight(&active, BIT_CNT) <= 1; in tmigr_check_migrator_and_lonely()515 return bitmap_weight(&active, BIT_CNT) <= 1; in tmigr_check_lonely()1310 new_migr_bit = find_first_bit(&active, BIT_CNT); in tmigr_inactive_up()1312 if (new_migr_bit != BIT_CNT) { in tmigr_inactive_up()