Lines Matching refs:res_ins
295 struct apei_res *res, *resn, *res_ins = NULL;
305 kfree(res_ins);
311 kfree(res_ins);
312 res_ins = res;
316 if (res_ins)
317 list_add(&res_ins->list, res_list);
319 res_ins = kmalloc(sizeof(*res_ins), GFP_KERNEL);
320 if (!res_ins)
322 res_ins->start = start;
323 res_ins->end = end;
324 list_add(&res_ins->list, res_list);