Searched refs:__find_resource_space (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/ |
D | resource.c | 657 static int __find_resource_space(struct resource *root, struct resource *old, in __find_resource_space() function 735 return __find_resource_space(root, NULL, new, size, constraint); in find_resource_space() 759 if ((err = __find_resource_space(root, old, &new, newsize, constraint))) in reallocate_resource()
|