Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dzswap.c196 struct zswap_tree { struct
201 static struct zswap_tree *zswap_trees[MAX_SWAPFILES]; argument
311 static void zswap_entry_put(struct zswap_tree *tree, in zswap_entry_put()
536 struct zswap_tree *tree; in zswap_writeback_entry()
642 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_store()
741 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_load()
778 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_invalidate_page()
802 struct zswap_tree *tree = zswap_trees[type]; in zswap_frontswap_invalidate_area()
824 struct zswap_tree *tree; in zswap_frontswap_init()
826 tree = kzalloc(sizeof(struct zswap_tree), GFP_KERNEL); in zswap_frontswap_init()