Searched refs:ce_array (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/ras/
H A Dcec.c94 static struct ce_array { struct
142 static void do_spring_cleaning(struct ce_array *ca)
186 static int __find_elem(struct ce_array *ca, u64 pfn, unsigned int *to)
223 static int find_elem(struct ce_array *ca, u64 pfn, unsigned int *to)
234 static void del_elem(struct ce_array *ca, int idx)
245 static u64 del_lru_elem_unlocked(struct ce_array *ca)
270 struct ce_array *ca = &ce_arr;
283 static bool sanity_check(struct ce_array *ca)
323 struct ce_array *ca = &ce_arr;
449 struct ce_array *c
[all...]
/linux-master/lib/
H A Doverflow_kunit.c710 u8 ce_array[struct_size_t(struct __test_flex_array, data, 55)]; local
719 KUNIT_EXPECT_EQ(test, sizeof(ce_array), struct_size(obj, data, var));

Completed in 101 milliseconds