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

/linux-master/kernel/
H A Dresource.c634 static int __find_resource(struct resource *root, struct resource *old, function
697 return __find_resource(root, NULL, new, size, constraint);
720 if ((err = __find_resource(root, old, &new, newsize, constraint)))

Completed in 86 milliseconds