Lines Matching refs:next_res
1083 struct resource *next_res = NULL; in __reserve_region_with_split() local
1099 if (!next_res) in __reserve_region_with_split()
1101 res = next_res; in __reserve_region_with_split()
1102 next_res = NULL; in __reserve_region_with_split()
1110 WARN_ON(next_res); in __reserve_region_with_split()
1119 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1120 if (!next_res) { in __reserve_region_with_split()
1124 next_res->name = name; in __reserve_region_with_split()
1125 next_res->start = conflict->end + 1; in __reserve_region_with_split()
1126 next_res->end = end; in __reserve_region_with_split()
1127 next_res->flags = type | IORESOURCE_BUSY; in __reserve_region_with_split()
1128 next_res->desc = IORES_DESC_NONE; in __reserve_region_with_split()