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