Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dioport.h204 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
/Linux-v6.6/drivers/cxl/
Dacpi.c609 insert_resource_expand_to_fit(&iomem_resource, new); in add_cxl_resources()
/Linux-v6.6/kernel/
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);
/Linux-v6.6/arch/x86/kernel/
De820.c1230 insert_resource_expand_to_fit(&iomem_resource, res); in e820__reserve_resources_late()