Searched refs:atomic_xor_bits (Results 1 – 1 of 1) sorted by relevance
153 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function210 atomic_xor_bits(&page->_refcount, in page_table_alloc()232 atomic_xor_bits(&page->_refcount, 3 << 24); in page_table_alloc()237 atomic_xor_bits(&page->_refcount, 1 << 24); in page_table_alloc()256 mask = atomic_xor_bits(&page->_refcount, 1U << (bit + 24)); in page_table_free()266 atomic_xor_bits(&page->_refcount, 3U << 24); in page_table_free()290 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24)); in page_table_free_rcu()313 mask = atomic_xor_bits(&page->_refcount, mask << (4 + 24)); in __tlb_remove_table()320 atomic_xor_bits(&page->_refcount, 3 << 24); in __tlb_remove_table()