Home
last modified time | relevance | path

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

/mm/
Dslob.c125 #define SLOB_UNITS(size) DIV_ROUND_UP(size, SLOB_UNIT) macro
220 int delta = 0, units = SLOB_UNITS(size); in slob_page_alloc()
295 if (sp->units < SLOB_UNITS(size)) in slob_alloc()
323 sp->units = SLOB_UNITS(PAGE_SIZE); in slob_alloc()
326 set_slob(b, SLOB_UNITS(PAGE_SIZE), b + SLOB_UNITS(PAGE_SIZE)); in slob_alloc()
353 units = SLOB_UNITS(size); in slob_free()
357 if (sp->units + units == SLOB_UNITS(PAGE_SIZE)) { in slob_free()
374 SLOB_UNITS(PAGE_SIZE)) & PAGE_MASK)); in slob_free()
521 return SLOB_UNITS(*m) * SLOB_UNIT; in ksize()
546 SLOB_UNITS(c->size) * SLOB_UNIT, in slob_alloc_node()