Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpageblock-flags.h64 int start_bitidx, int end_bitidx);
66 int start_bitidx, int end_bitidx);
/linux-3.4.99/mm/
Dpage_alloc.c5363 int start_bitidx, int end_bitidx) in get_pageblock_flags_group() argument
5376 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() argument
5405 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()