Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dioport.h151 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
/linux-4.4.14/arch/x86/kernel/
De820.c1019 insert_resource_expand_to_fit(&iomem_resource, res); in e820_reserve_resources_late()
/linux-4.4.14/kernel/
Dresource.c850 void insert_resource_expand_to_fit(struct resource *root, struct resource *new) in insert_resource_expand_to_fit() function