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

/linux-master/mm/
H A Dpage_alloc.c377 unsigned long bitidx, word_bitidx; local
382 word_bitidx = bitidx / BITS_PER_LONG;
389 word = READ_ONCE(bitmap[word_bitidx]);
411 unsigned long bitidx, word_bitidx; local
419 word_bitidx = bitidx / BITS_PER_LONG;
427 word = READ_ONCE(bitmap[word_bitidx]);
429 } while (!try_cmpxchg(&bitmap[word_bitidx], &word, (word & ~mask) | flags));

Completed in 102 milliseconds