Home
last modified time | relevance | path

Searched refs:zswap_trees (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
H A Dzswap.c187 static struct zswap_tree *zswap_trees[MAX_SWAPFILES]; variable
896 tree = zswap_trees[swp_type(swpentry)]; in zswap_writeback_entry()
1022 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_store()
1166 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_load()
1235 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_invalidate_page()
1259 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_invalidate_area()
1272 zswap_trees[type] = NULL; in zswap_frontswap_invalidate_area()
1287 zswap_trees[type] = tree; in zswap_frontswap_init()
/kernel/linux/linux-6.6/mm/
H A Dzswap.c225 static struct zswap_tree *zswap_trees[MAX_SWAPFILES]; variable
653 tree = zswap_trees[swp_type(entry->swpentry)]; in zswap_reclaim_entry()
1199 struct zswap_tree *tree = zswap_trees[type]; in zswap_store()
1402 struct zswap_tree *tree = zswap_trees[type]; in zswap_load()
1487 struct zswap_tree *tree = zswap_trees[type]; in zswap_invalidate()
1514 zswap_trees[type] = tree; in zswap_swapon()
1519 struct zswap_tree *tree = zswap_trees[type]; in zswap_swapoff()
1532 zswap_trees[type] = NULL; in zswap_swapoff()

Completed in 4 milliseconds