Home
last modified time | relevance | path

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

/kernel/
Dresource.c582 struct resource_constraint *constraint) in __find_resource() argument
605 resource_clip(&tmp, constraint->min, constraint->max); in __find_resource()
609 avail.start = ALIGN(tmp.start, constraint->align); in __find_resource()
614 alloc.start = constraint->alignf(constraint->alignf_data, &avail, in __find_resource()
615 size, constraint->align); in __find_resource()
640 struct resource_constraint *constraint) in find_resource() argument
642 return __find_resource(root, NULL, new, size, constraint); in find_resource()
657 struct resource_constraint *constraint) in reallocate_resource() argument
665 if ((err = __find_resource(root, old, &new, newsize, constraint))) in reallocate_resource()
716 struct resource_constraint constraint; in allocate_resource() local
[all …]