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.c440 #define BIT_CNT 8 macro
501 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()