Lines Matching refs:res_ins
298 struct apei_res *res, *resn, *res_ins = NULL;
308 kfree(res_ins);
314 kfree(res_ins);
315 res_ins = res;
319 if (res_ins)
320 list_add(&res_ins->list, res_list);
322 res_ins = kmalloc(sizeof(*res), GFP_KERNEL);
323 if (!res_ins)
325 res_ins->start = start;
326 res_ins->end = end;
327 list_add(&res_ins->list, res_list);