Searched refs:SLOB_UNITS (Results 1 – 1 of 1) sorted by relevance
125 #define SLOB_UNITS(size) DIV_ROUND_UP(size, SLOB_UNIT) macro220 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()