Searched refs:start_bitidx (Results 1 – 2 of 2) sorted by relevance
64 int start_bitidx, int end_bitidx);66 int start_bitidx, int end_bitidx);
5363 int start_bitidx, int end_bitidx) in get_pageblock_flags_group() argument5376 for (; start_bitidx <= end_bitidx; start_bitidx++, value <<= 1) in get_pageblock_flags_group()5377 if (test_bit(bitidx + start_bitidx, bitmap)) in get_pageblock_flags_group()5391 int start_bitidx, int end_bitidx) in set_pageblock_flags_group() argument5405 for (; start_bitidx <= end_bitidx; start_bitidx++, value <<= 1) in set_pageblock_flags_group()5407 __set_bit(bitidx + start_bitidx, bitmap); in set_pageblock_flags_group()5409 __clear_bit(bitidx + start_bitidx, bitmap); in set_pageblock_flags_group()