Lines Matching refs:op
36 #define ATOMIC_OP(op, c_op) \ argument
37 static inline void atomic_##op(int i, atomic_t *v) \
46 #define ATOMIC_OP_RETURN(op, c_op) \ argument
47 static inline int atomic_##op##_return(int i, atomic_t *v) \
58 #define ATOMIC_FETCH_OP(op, c_op) \ argument
59 static inline int atomic_fetch_##op(int i, atomic_t *v) \
74 #define ATOMIC_OP(op, c_op) \ argument
75 static inline void atomic_##op(int i, atomic_t *v) \
84 #define ATOMIC_OP_RETURN(op, c_op) \ argument
85 static inline int atomic_##op##_return(int i, atomic_t *v) \
97 #define ATOMIC_FETCH_OP(op, c_op) \ argument
98 static inline int atomic_fetch_##op(int i, atomic_t *v) \