Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dioport.h245 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
/linux-6.15/kernel/
H A Dresource.c969 void insert_resource_expand_to_fit(struct resource *root, struct resource *new) in insert_resource_expand_to_fit() function
1000 EXPORT_SYMBOL_NS_GPL(insert_resource_expand_to_fit, "CXL");
/linux-6.15/drivers/cxl/
H A Dacpi.c773 insert_resource_expand_to_fit(&iomem_resource, new); in add_cxl_resources()
/linux-6.15/arch/x86/kernel/
H A De820.c1156 insert_resource_expand_to_fit(&iomem_resource, res); in e820__reserve_resources_late()