Searched refs:__expect_eq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | test_bitmap.c | 158 #define __expect_eq(suffix, ...) \ macro 170 #define expect_eq_uint(...) __expect_eq(uint, ##__VA_ARGS__) 171 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) 172 #define expect_eq_pbl(...) __expect_eq(pbl, ##__VA_ARGS__) 173 #define expect_eq_u32_array(...) __expect_eq(u32_array, ##__VA_ARGS__) 174 #define expect_eq_clump8(...) __expect_eq(clump8, ##__VA_ARGS__)
|
/kernel/linux/linux-6.6/lib/ |
H A D | test_bitmap.c | 176 #define __expect_eq(suffix, ...) \ macro 188 #define expect_eq_uint(...) __expect_eq(uint, ##__VA_ARGS__) 189 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) 190 #define expect_eq_pbl(...) __expect_eq(pbl, ##__VA_ARGS__) 191 #define expect_eq_u32_array(...) __expect_eq(u32_array, ##__VA_ARGS__) 192 #define expect_eq_clump8(...) __expect_eq(clump8, ##__VA_ARGS__) 193 #define expect_eq_str(...) __expect_eq(str, ##__VA_ARGS__)
|
Completed in 3 milliseconds