Home
last modified time | relevance | path

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

/mm/
Dslob.c219 slob_t *prev, *cur, *aligned = NULL; in slob_page_alloc() local
226 aligned = (slob_t *)ALIGN((unsigned long)cur, align); in slob_page_alloc()
227 delta = aligned - cur; in slob_page_alloc()
234 set_slob(aligned, avail - delta, next); in slob_page_alloc()
235 set_slob(cur, delta, aligned); in slob_page_alloc()
237 cur = aligned; in slob_page_alloc()