Searched refs:__atomic_op_release (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Datomic.h65 #define __atomic_op_release(op, args...) \ macro
/linux-master/scripts/atomic/
H A Dgen-atomic-fallback.sh176 __atomic_op_release(arch_${xchg}, __VA_ARGS__)
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h37 __atomic_op_release(arch_xchg, __VA_ARGS__)
80 __atomic_op_release(arch_cmpxchg, __VA_ARGS__)
123 __atomic_op_release(arch_cmpxchg64, __VA_ARGS__)
166 __atomic_op_release(arch_cmpxchg128, __VA_ARGS__)
221 __atomic_op_release(arch_try_cmpxchg, __VA_ARGS__)
288 __atomic_op_release(arch_try_cmpxchg64, __VA_ARGS__)
355 __atomic_op_release(arch_try_cmpxchg128, __VA_ARGS__)

Completed in 138 milliseconds