Searched refs:__find_resource (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/kernel/ |
A D | resource.c | 579 static int __find_resource(struct resource *root, struct resource *old, in __find_resource() function 642 return __find_resource(root, NULL, new, size, constraint); in find_resource() 665 if ((err = __find_resource(root, old, &new, newsize, constraint))) in reallocate_resource()
|
Completed in 6 milliseconds