Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dioport.h181 extern void insert_resource_expand_to_fit(struct resource *root, struct resource *new);
/Linux-v4.19/arch/x86/kernel/
De820.c1163 insert_resource_expand_to_fit(&iomem_resource, res); in e820__reserve_resources_late()
/Linux-v4.19/kernel/
Dresource.c875 void insert_resource_expand_to_fit(struct resource *root, struct resource *new) in insert_resource_expand_to_fit() function