Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Datomic.h65 #define __atomic_op_release(op, args...) \ macro
Datomic-arch-fallback.h24 __atomic_op_release(arch_xchg, __VA_ARGS__)
47 __atomic_op_release(arch_cmpxchg, __VA_ARGS__)
70 __atomic_op_release(arch_cmpxchg64, __VA_ARGS__)
Datomic-fallback.h24 __atomic_op_release(xchg, __VA_ARGS__)
47 __atomic_op_release(cmpxchg, __VA_ARGS__)
70 __atomic_op_release(cmpxchg64, __VA_ARGS__)
/Linux-v5.10/scripts/atomic/
Dgen-atomic-fallback.sh164 __atomic_op_release(${xchg}, __VA_ARGS__)