Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/mm/
Dzsmalloc.rst101 creation of the zsmalloc pool (see calculate_zspage_chain_size()).
126 objects of size 1568 bytes) and trace `calculate_zspage_chain_size()`, we
/linux-6.12.1/mm/
Dzsmalloc.c2092 static int calculate_zspage_chain_size(int class_size) in calculate_zspage_chain_size() function
2158 pages_per_zspage = calculate_zspage_chain_size(size); in zs_create_pool()