Home
last modified time | relevance | path

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

/linux/kernel/
H A Dresource.c809 * reallocate_resource - allocate a slot in the resource tree given range & alignment.
818 static int reallocate_resource(struct resource *root, struct resource *old, in reallocate_resource()
887 return reallocate_resource(root, new, size, &constraint); in allocate_resource()
817 static int reallocate_resource(struct resource *root, struct resource *old, reallocate_resource() function