Home
last modified time | relevance | path

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

/arch/s390/include/asm/
A Datomic_ops.h175 #define __ATOMIC_TEST_OP(op_name, op_type, op_string, op_barrier) \ macro
191 __ATOMIC_TEST_OP(op_name, op_type, op_string, "") \
192 __ATOMIC_TEST_OP(op_name##_barrier, op_type, op_string, "bcr 14,0\n")
198 #undef __ATOMIC_TEST_OP
226 #define __ATOMIC_TEST_OP(op_name, op_func, op_type) \
232 __ATOMIC_TEST_OP(__atomic_add_and_test, __atomic_add, int)
233 __ATOMIC_TEST_OP(__atomic_add_and_test_barrier, __atomic_add_barrier, int)
234 __ATOMIC_TEST_OP(__atomic_add_const_and_test, __atomic_add, int)
236 __ATOMIC_TEST_OP(__atomic64_add_and_test, __atomic64_add, long)
238 __ATOMIC_TEST_OP(__atomic64_add_const_and_test, __atomic64_add, long)
[all …]

Completed in 5 milliseconds