Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Datomic.h71 #define __atomic_op_fence(op, args...) \ macro
H A Datomic-arch-fallback.h29 __atomic_op_fence(arch_xchg, __VA_ARGS__)
52 __atomic_op_fence(arch_cmpxchg, __VA_ARGS__)
75 __atomic_op_fence(arch_cmpxchg64, __VA_ARGS__)
H A Datomic-fallback.h29 __atomic_op_fence(xchg, __VA_ARGS__)
52 __atomic_op_fence(cmpxchg, __VA_ARGS__)
75 __atomic_op_fence(cmpxchg64, __VA_ARGS__)
/OK3568_Linux_fs/kernel/scripts/atomic/
H A Dgen-atomic-fallback.sh169 __atomic_op_fence(${xchg}, __VA_ARGS__)