Lines Matching defs:next_res
1152 struct resource *next_res = NULL;
1168 if (!next_res)
1170 res = next_res;
1171 next_res = NULL;
1179 WARN_ON(next_res);
1188 next_res = alloc_resource(GFP_ATOMIC);
1189 if (!next_res) {
1193 next_res->name = name;
1194 next_res->start = conflict->end + 1;
1195 next_res->end = end;
1196 next_res->flags = type | IORESOURCE_BUSY;
1197 next_res->desc = IORES_DESC_NONE;