ce_arr            123 drivers/ras/cec.c } ce_arr;
ce_arr            175 drivers/ras/cec.c 	do_spring_cleaning(&ce_arr);
ce_arr            270 drivers/ras/cec.c 	struct ce_array *ca = &ce_arr;
ce_arr            314 drivers/ras/cec.c 	struct ce_array *ca = &ce_arr;
ce_arr            322 drivers/ras/cec.c 	if (!ce_arr.array || ce_arr.disabled)
ce_arr            440 drivers/ras/cec.c 	struct ce_array *ca = &ce_arr;
ce_arr            532 drivers/ras/cec.c 	if (ce_arr.disabled)
ce_arr            535 drivers/ras/cec.c 	ce_arr.array = (void *)get_zeroed_page(GFP_KERNEL);
ce_arr            536 drivers/ras/cec.c 	if (!ce_arr.array) {
ce_arr            542 drivers/ras/cec.c 		free_page((unsigned long)ce_arr.array);
ce_arr            561 drivers/ras/cec.c 		ce_arr.disabled = 1;