Lines Matching refs:init
10 #include <linux/init.h>
72 #define TEST_ARGS(bit, op, init, ret, expect, args...) \
74 atomic##bit##_set(&v, init); \
79 #define XCHG_FAMILY_TEST(bit, init, new) \
81 FAMILY_TEST(TEST_ARGS, bit, xchg, init, init, new, new); \
84 #define CMPXCHG_FAMILY_TEST(bit, init, new, wrong) \
87 init, init, new, init, new); \
89 init, init, init, wrong, new); \