Home
last modified time | relevance | path

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

/linux/mm/
H A Dzswap.c206 static unsigned int nr_zswap_trees[MAX_SWAPFILES];
1628 nr_zswap_trees[type] = nr; in zswap_store()
1642 for (i = 0; i < nr_zswap_trees[type]; i++) in zswap_load()
1646 nr_zswap_trees[type] = 0; in zswap_load()
231 static unsigned int nr_zswap_trees[MAX_SWAPFILES]; global() variable