Home
last modified time | relevance | path

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

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