Home
last modified time | relevance | path

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

/kernel/
Dresource.c52 resource_size_t (*alignf)(void *, const struct resource *, member
614 alloc.start = constraint->alignf(constraint->alignf_data, &avail, in __find_resource()
709 resource_size_t (*alignf)(void *, in allocate_resource()
718 if (!alignf) in allocate_resource()
719 alignf = simple_align_resource; in allocate_resource()
724 constraint.alignf = alignf; in allocate_resource()