Searched refs:atomic_xor_bits (Results 1 – 1 of 1) sorted by relevance
143 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function200 atomic_xor_bits(&page->_refcount, in page_table_alloc()222 atomic_xor_bits(&page->_refcount, 3 << 24); in page_table_alloc()227 atomic_xor_bits(&page->_refcount, 1 << 24); in page_table_alloc()246 mask = atomic_xor_bits(&page->_refcount, 1U << (bit + 24)); in page_table_free()256 atomic_xor_bits(&page->_refcount, 3U << 24); in page_table_free()280 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24)); in page_table_free_rcu()303 mask = atomic_xor_bits(&page->_refcount, mask << (4 + 24)); in __tlb_remove_table()310 atomic_xor_bits(&page->_refcount, 3 << 24); in __tlb_remove_table()