Home
last modified time | relevance | path

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

/mm/
Dslob.c125 #define SLOB_UNIT sizeof(slob_t) macro
126 #define SLOB_UNITS(size) DIV_ROUND_UP(size, SLOB_UNIT)
593 return SLOB_UNITS(*m) * SLOB_UNIT; in __ksize()
618 SLOB_UNITS(c->size) * SLOB_UNIT, in slob_alloc_node()