BITMAP_SIZE
static DECLARE_BITMAP(bitmap, BITMAP_SIZE);
bitmap_from_arr32(bitmap, &value, BITMAP_SIZE);
for_each_set_bit(bit, bitmap, BITMAP_SIZE) {