Home
last modified time | relevance | path

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

/mm/
Dslob.c171 static slob_t *slob_next(slob_t *s) in slob_next() function
188 return !((unsigned long)slob_next(s) & ~PAGE_MASK); in slob_last()
244 for (prev = NULL, cur = sp->freelist; ; prev = cur, cur = slob_next(cur)) { in slob_page_alloc()
264 next = slob_next(cur); in slob_page_alloc()
272 next = slob_next(cur); in slob_page_alloc()
436 sp->freelist = slob_next(sp->freelist); in slob_free()
442 next = slob_next(prev); in slob_free()
445 next = slob_next(prev); in slob_free()
450 set_slob(b, units, slob_next(next)); in slob_free()
456 set_slob(prev, units, slob_next(b)); in slob_free()