Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dslob.c125 #define SLOB_UNIT sizeof(slob_t) macro
126 #define SLOB_UNITS(size) DIV_ROUND_UP(size, SLOB_UNIT)
599 return SLOB_UNITS(*m) * SLOB_UNIT; in __ksize()
610 c->size = SLOB_UNITS(c->size) * SLOB_UNIT; in __kmem_cache_create()