Home
last modified time | relevance | path

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

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