Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Datomic.h67 #define __atomic_op_release(op, args...) \ macro
97 __atomic_op_release(atomic_add_return, __VA_ARGS__)
133 __atomic_op_release(atomic_inc_return, __VA_ARGS__)
157 __atomic_op_release(atomic_sub_return, __VA_ARGS__)
193 __atomic_op_release(atomic_dec_return, __VA_ARGS__)
218 __atomic_op_release(atomic_fetch_add, __VA_ARGS__)
250 __atomic_op_release(atomic_fetch_inc, __VA_ARGS__)
274 __atomic_op_release(atomic_fetch_sub, __VA_ARGS__)
306 __atomic_op_release(atomic_fetch_dec, __VA_ARGS__)
330 __atomic_op_release(atomic_fetch_or, __VA_ARGS__)
[all …]