Searched refs:__ATOMIC_OP (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | atomic_ops.h | 63 #define __ATOMIC_OP(op_name, op_type, op_string, op_barrier) \ macro 77 __ATOMIC_OP(op_name, op_type, op_string, "") \ 78 __ATOMIC_OP(op_name##_barrier, op_type, op_string, "\nbcr 14,0") 91 #undef __ATOMIC_OP 114 #define __ATOMIC_OP(op_name, op_string) \ 130 __ATOMIC_OP(op_name, op_string) \ 131 __ATOMIC_OP(op_name##_barrier, op_string)
|