Home
last modified time | relevance | path

Searched refs:expected_raw_size (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Doverflow_kunit.c1191 int expected_raw_size = sizeof(struct foo); in DEFINE_FLEX_test() local
1193 int expected_raw_size = sizeof(struct foo) + 2 * sizeof(s16); in DEFINE_FLEX_test() local
1200 KUNIT_EXPECT_EQ(test, __struct_size(two_but_zero), expected_raw_size); in DEFINE_FLEX_test()