Searched refs:__find_resource (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | resource.c | 621 static int __find_resource(struct resource *root, struct resource *old, in __find_resource() function 684 return __find_resource(root, NULL, new, size, constraint); in find_resource() 707 if ((err = __find_resource(root, old, &new, newsize, constraint))) in reallocate_resource()
|