Home
last modified time | relevance | path

Searched refs:atomic_xor_bits (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/s390/mm/
Dpgtable.c981 static inline unsigned int atomic_xor_bits(atomic_t *v, unsigned int bits) in atomic_xor_bits() function
1030 mask = atomic_xor_bits(&page->_mapcount, bit); in page_table_alloc()
1051 mask = atomic_xor_bits(&page->_mapcount, bit); in page_table_free()
1070 if (atomic_xor_bits(&page->_mapcount, bit) == 0) { in __page_table_free_rcu()
1096 mask = atomic_xor_bits(&page->_mapcount, bit | (bit << 4)); in page_table_free_rcu()