Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Datomic.h65 #define __atomic_op_release(op, args...) \ macro
H A 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__)
H A Datomic-fallback.h24 __atomic_op_release(xchg, __VA_ARGS__)
47 __atomic_op_release(cmpxchg, __VA_ARGS__)
70 __atomic_op_release(cmpxchg64, __VA_ARGS__)
/OK3568_Linux_fs/kernel/scripts/atomic/
H A Dgen-atomic-fallback.sh164 __atomic_op_release(${xchg}, __VA_ARGS__)