Lines Matching refs:next_res
931 struct resource *next_res = NULL; in __reserve_region_with_split() local
945 if (!next_res) in __reserve_region_with_split()
947 res = next_res; in __reserve_region_with_split()
948 next_res = NULL; in __reserve_region_with_split()
956 WARN_ON(next_res); in __reserve_region_with_split()
965 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
966 if (!next_res) { in __reserve_region_with_split()
970 next_res->name = name; in __reserve_region_with_split()
971 next_res->start = conflict->end + 1; in __reserve_region_with_split()
972 next_res->end = end; in __reserve_region_with_split()
973 next_res->flags = IORESOURCE_BUSY; in __reserve_region_with_split()