Searched refs:ATOMIC64_OPS (Results 1 – 1 of 1) sorted by relevance
110 #define ATOMIC64_OPS(op, c_op) \ macro115 ATOMIC64_OPS(add, +=)116 ATOMIC64_OPS(sub, -=)118 #undef ATOMIC64_OPS119 #define ATOMIC64_OPS(op, c_op) \ macro124 ATOMIC64_OPS(and, &=)125 ATOMIC64_OPS(or, |=)126 ATOMIC64_OPS(xor, ^=)128 #undef ATOMIC64_OPS