Home
last modified time | relevance | path

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

/linux-6.6.21/mm/
Dpage_alloc.c375 unsigned long bitidx, word_bitidx; in get_pfnblock_flags_mask() local
380 word_bitidx = bitidx / BITS_PER_LONG; in get_pfnblock_flags_mask()
387 word = READ_ONCE(bitmap[word_bitidx]); in get_pfnblock_flags_mask()
409 unsigned long bitidx, word_bitidx; in set_pfnblock_flags_mask() local
417 word_bitidx = bitidx / BITS_PER_LONG; in set_pfnblock_flags_mask()
425 word = READ_ONCE(bitmap[word_bitidx]); in set_pfnblock_flags_mask()
427 } while (!try_cmpxchg(&bitmap[word_bitidx], &word, (word & ~mask) | flags)); in set_pfnblock_flags_mask()