Home
last modified time | relevance | path

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

/kernel/
Dresource.c49 resource_size_t (*alignf)(void *, const struct resource *, member
630 alloc.start = constraint->alignf(constraint->alignf_data, &avail, in __find_resource()
725 resource_size_t (*alignf)(void *, in allocate_resource()
734 if (!alignf) in allocate_resource()
735 alignf = simple_align_resource; in allocate_resource()
740 constraint.alignf = alignf; in allocate_resource()