Lines Matching refs:atomic_xor_bits
134 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits)
272 atomic_xor_bits(&ptdesc->_refcount,
295 atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24);
300 atomic_xor_bits(&ptdesc->_refcount, 0x01U << 24);
347 mask = atomic_xor_bits(&ptdesc->_refcount, 0x11U << (bit + 24));
361 mask = atomic_xor_bits(&ptdesc->_refcount, 0x10U << (bit + 24));
368 mask = atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24);
400 mask = atomic_xor_bits(&ptdesc->_refcount, 0x11U << (bit + 24));
431 mask = atomic_xor_bits(&ptdesc->_refcount, mask << (4 + 24));
437 mask = atomic_xor_bits(&ptdesc->_refcount, 0x03U << 24);