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