Lines Matching refs:atomic_xor_bits
153 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits)
210 atomic_xor_bits(&page->_refcount,
232 atomic_xor_bits(&page->_refcount, 3 << 24);
237 atomic_xor_bits(&page->_refcount, 1 << 24);
256 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24));
263 mask = atomic_xor_bits(&page->_refcount, 0x10U << (bit + 24));
268 atomic_xor_bits(&page->_refcount, 3U << 24);
292 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24));
315 mask = atomic_xor_bits(&page->_refcount, mask << (4 + 24));
322 atomic_xor_bits(&page->_refcount, 3 << 24);