Searched defs:c_op (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/include/asm-generic/ |
D | atomic.h | 40 #define ATOMIC_OP(op, c_op) \ argument 50 #define ATOMIC_OP_RETURN(op, c_op) \ argument 62 #define ATOMIC_FETCH_OP(op, c_op) \ argument 78 #define ATOMIC_OP(op, c_op) \ argument 88 #define ATOMIC_OP_RETURN(op, c_op) \ argument 101 #define ATOMIC_FETCH_OP(op, c_op) \ argument
|
/linux-4.19.296/lib/ |
D | atomic64.c | 73 #define ATOMIC64_OP(op, c_op) \ argument 85 #define ATOMIC64_OP_RETURN(op, c_op) \ argument 99 #define ATOMIC64_FETCH_OP(op, c_op) \ argument 114 #define ATOMIC64_OPS(op, c_op) \ argument 123 #define ATOMIC64_OPS(op, c_op) \ argument
|
D | atomic64_test.c | 24 #define TEST(bit, op, c_op, val) \ argument 48 #define TEST_RETURN(bit, op, c_op, val) \ argument 57 #define TEST_FETCH(bit, op, c_op, val) \ argument 66 #define RETURN_FAMILY_TEST(bit, op, c_op, val) \ argument 71 #define FETCH_FAMILY_TEST(bit, op, c_op, val) \ argument
|