Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dresource.c584 static int __find_resource(struct resource *root, struct resource *old, in __find_resource() function
647 return __find_resource(root, NULL, new, size, constraint); in find_resource()
670 if ((err = __find_resource(root, old, &new, newsize, constraint))) in reallocate_resource()