Searched refs:atomic_xor_bits (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | pgalloc.c | 153 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function 210 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, 0x11U << (bit + 24)); in page_table_free() 263 mask = atomic_xor_bits(&page->_refcount, 0x10U << (bit + 24)); in page_table_free() 268 atomic_xor_bits(&page->_refcount, 3U << 24); in page_table_free() 292 mask = atomic_xor_bits(&page->_refcount, 0x11U << (bit + 24)); in page_table_free_rcu() 315 mask = atomic_xor_bits(&page->_refcount, mask << (4 + 24)); in __tlb_remove_table() 322 atomic_xor_bits(&page->_refcount, 3 << 24); in __tlb_remove_table()
|