Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dzsmalloc.c124 #define ZS_MAX_PAGES_PER_ZSPAGE (_AC(CONFIG_ZSMALLOC_CHAIN_SIZE, UL)) macro
128 MAX(32, (ZS_MAX_PAGES_PER_ZSPAGE << PAGE_SHIFT >> OBJ_INDEX_BITS))
973 struct page *pages[ZS_MAX_PAGES_PER_ZSPAGE]; in alloc_zspage()
1734 struct page *pages[ZS_MAX_PAGES_PER_ZSPAGE] = {NULL, }; in replace_sub_page()
2100 for (i = 1; i <= ZS_MAX_PAGES_PER_ZSPAGE; i++) { in calculate_zspage_chain_size()