Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Datomic.h45 #define __atomic_op_release(op, args...) \ macro
75 __atomic_op_release(atomic_add_return, __VA_ARGS__)
99 __atomic_op_release(atomic_inc_return, __VA_ARGS__)
123 __atomic_op_release(atomic_sub_return, __VA_ARGS__)
147 __atomic_op_release(atomic_dec_return, __VA_ARGS__)
171 __atomic_op_release(atomic_xchg, __VA_ARGS__)
195 __atomic_op_release(atomic_cmpxchg, __VA_ARGS__)
227 __atomic_op_release(atomic64_add_return, __VA_ARGS__)
251 __atomic_op_release(atomic64_inc_return, __VA_ARGS__)
276 __atomic_op_release(atomic64_sub_return, __VA_ARGS__)
[all …]