word_bitidx       485 mm/page_alloc.c 	unsigned long bitidx, word_bitidx;
word_bitidx       490 mm/page_alloc.c 	word_bitidx = bitidx / BITS_PER_LONG;
word_bitidx       493 mm/page_alloc.c 	word = bitmap[word_bitidx];
word_bitidx       524 mm/page_alloc.c 	unsigned long bitidx, word_bitidx;
word_bitidx       532 mm/page_alloc.c 	word_bitidx = bitidx / BITS_PER_LONG;
word_bitidx       541 mm/page_alloc.c 	word = READ_ONCE(bitmap[word_bitidx]);
word_bitidx       543 mm/page_alloc.c 		old_word = cmpxchg(&bitmap[word_bitidx], word, (word & ~mask) | flags);