Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dzsmalloc.c115 #define ZS_MAX_ALLOC_SIZE PAGE_SIZE macro
131 #define ZS_SIZE_CLASSES (DIV_ROUND_UP(ZS_MAX_ALLOC_SIZE - ZS_MIN_ALLOC_SIZE, \
1354 if (unlikely(size > ZS_MAX_ALLOC_SIZE)) in zs_malloc()
2134 if (size > ZS_MAX_ALLOC_SIZE) in zs_create_pool()
2135 size = ZS_MAX_ALLOC_SIZE; in zs_create_pool()