Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimer_migration.c426 #define BIT_CNT 8 macro
461 lonely = bitmap_weight(&active, BIT_CNT) <= 1; in tmigr_check_migrator_and_lonely()
475 return bitmap_weight(&active, BIT_CNT) <= 1; in tmigr_check_lonely()
1268 new_migr_bit = find_first_bit(&active, BIT_CNT); in tmigr_inactive_up()
1270 if (new_migr_bit != BIT_CNT) { in tmigr_inactive_up()