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

/linux-master/include/linux/
H A Dioport.h204 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
/linux-master/kernel/
H A Dresource.c918 * insert_resource_expand_to_fit - Insert a resource into the resource tree
925 void insert_resource_expand_to_fit(struct resource *root, struct resource *new) function
956 EXPORT_SYMBOL_NS_GPL(insert_resource_expand_to_fit, CXL);
/linux-master/arch/x86/kernel/
H A De820.c1217 insert_resource_expand_to_fit(&iomem_resource, res);
/linux-master/drivers/cxl/
H A Dacpi.c760 insert_resource_expand_to_fit(&iomem_resource, new);

Completed in 146 milliseconds