Home
last modified time | relevance | path

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

/include/linux/
A Datomic.h65 #define __atomic_op_release(op, args...) \ macro
/include/linux/atomic/
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 8 milliseconds