Searched refs:__CSG_LOOP (Results 1 – 1 of 1) sorted by relevance
/arch/s390/include/asm/ |
D | atomic.h | 118 #define __CSG_LOOP(ptr, op_val, op_string) ({ \ macro 152 return __CSG_LOOP(v, i, "agr"); in atomic64_add_return() 157 return __CSG_LOOP(v, i, "sgr"); in atomic64_sub_return() 162 __CSG_LOOP(v, ~mask, "ngr"); in atomic64_clear_mask() 167 __CSG_LOOP(v, mask, "ogr"); in atomic64_set_mask() 183 #undef __CSG_LOOP
|