Home
last modified time | relevance | path

Searched refs:__find_resource (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/kernel/
Dresource.c592 static int __find_resource(struct resource *root, struct resource *old, in __find_resource() function
655 return __find_resource(root, NULL, new, size, constraint); in find_resource()
678 if ((err = __find_resource(root, old, &new, newsize, constraint))) in reallocate_resource()