Home
last modified time | relevance | path

Searched refs:insert_resource_expand_to_fit (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dioport.h119 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
/openbmc/linux/include/linux/
H A Dioport.h204 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
/openbmc/linux/drivers/cxl/
H A Dacpi.c619 insert_resource_expand_to_fit(&iomem_resource, new); in add_cxl_resources()
/openbmc/linux/kernel/
H A Dresource.c870 void insert_resource_expand_to_fit(struct resource *root, struct resource *new) in insert_resource_expand_to_fit() function
901 EXPORT_SYMBOL_NS_GPL(insert_resource_expand_to_fit, CXL);
/openbmc/linux/arch/x86/kernel/
H A De820.c1232 insert_resource_expand_to_fit(&iomem_resource, res); in e820__reserve_resources_late()