Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/mm/
H A 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
/openbmc/linux/mm/
H A Dzsmalloc.c2138 static int calculate_zspage_chain_size(int class_size) in calculate_zspage_chain_size() function
2204 pages_per_zspage = calculate_zspage_chain_size(size); in zs_create_pool()