Lines Matching refs:next_res
1001 struct resource *next_res = NULL; in __reserve_region_with_split() local
1017 if (!next_res) in __reserve_region_with_split()
1019 res = next_res; in __reserve_region_with_split()
1020 next_res = NULL; in __reserve_region_with_split()
1028 WARN_ON(next_res); in __reserve_region_with_split()
1037 next_res = alloc_resource(GFP_ATOMIC); in __reserve_region_with_split()
1038 if (!next_res) { in __reserve_region_with_split()
1042 next_res->name = name; in __reserve_region_with_split()
1043 next_res->start = conflict->end + 1; in __reserve_region_with_split()
1044 next_res->end = end; in __reserve_region_with_split()
1045 next_res->flags = type | IORESOURCE_BUSY; in __reserve_region_with_split()
1046 next_res->desc = IORES_DESC_NONE; in __reserve_region_with_split()