Lines Matching refs:next_res
1012 struct resource *next_res = NULL; in __reserve_region_with_split() local
1028 if (!next_res) in __reserve_region_with_split()
1030 res = next_res; in __reserve_region_with_split()
1031 next_res = NULL; in __reserve_region_with_split()
1039 WARN_ON(next_res); in __reserve_region_with_split()
1048 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1049 if (!next_res) { in __reserve_region_with_split()
1053 next_res->name = name; in __reserve_region_with_split()
1054 next_res->start = conflict->end + 1; in __reserve_region_with_split()
1055 next_res->end = end; in __reserve_region_with_split()
1056 next_res->flags = type | IORESOURCE_BUSY; in __reserve_region_with_split()
1057 next_res->desc = IORES_DESC_NONE; in __reserve_region_with_split()