Searched defs:atomic_fetch_xor (Results 1 – 2 of 2) sorted by relevance
205 atomic_fetch_xor(int i, atomic_t *v) in atomic_fetch_xor() function
207 #define atomic_fetch_xor(PTR, VAL) __atomic_fetch_xor ((PTR), (VAL), \ macro