Searched refs:word_bitidx (Results 1 – 1 of 1) sorted by relevance
6461 unsigned long bitidx, word_bitidx; in get_pfnblock_flags_mask() local6467 word_bitidx = bitidx / BITS_PER_LONG; in get_pfnblock_flags_mask()6470 word = bitmap[word_bitidx]; in get_pfnblock_flags_mask()6490 unsigned long bitidx, word_bitidx; in set_pfnblock_flags_mask() local6498 word_bitidx = bitidx / BITS_PER_LONG; in set_pfnblock_flags_mask()6507 word = READ_ONCE(bitmap[word_bitidx]); in set_pfnblock_flags_mask()6509 old_word = cmpxchg(&bitmap[word_bitidx], word, (word & ~mask) | flags); in set_pfnblock_flags_mask()