insert_resource_expand_to_fit
insert_resource_expand_to_fit(&soft_reserve_resource, res);
insert_resource_expand_to_fit(&iomem_resource, res);
insert_resource_expand_to_fit(&iomem_resource, new);
extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
EXPORT_SYMBOL_NS_GPL(insert_resource_expand_to_fit, "CXL");