Searched refs:insert_resource_expand_to_fit (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/cxl/
H A Dacpi.c769 insert_resource_expand_to_fit(&iomem_resource, new);
/linux-master/arch/x86/kernel/
H A De820.c1218 insert_resource_expand_to_fit(&iomem_resource, res);
/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/include/linux/
H A Dioport.h204 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);

Completed in 182 milliseconds