Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dioport.h245 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
/linux/kernel/
H A Dresource.c962 * insert_resource_expand_to_fit - Insert a resource into the resource tree
969 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/arch/x86/kernel/
H A De820.c1156 insert_resource_expand_to_fit(&iomem_resource, res); in e820__reserve_resources_late()