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

/linux-4.1.27/mm/
H A Dzswap.c171 * for the zswap_tree structure that contains the entry must
192 * The tree lock in the zswap_tree struct protects a few things:
196 struct zswap_tree { struct
201 static struct zswap_tree *zswap_trees[MAX_SWAPFILES];
311 static void zswap_entry_put(struct zswap_tree *tree, zswap_entry_put()
536 struct zswap_tree *tree; zswap_writeback_entry()
642 struct zswap_tree *tree = zswap_trees[type]; zswap_frontswap_store()
741 struct zswap_tree *tree = zswap_trees[type]; zswap_frontswap_load()
778 struct zswap_tree *tree = zswap_trees[type]; zswap_frontswap_invalidate_page()
802 struct zswap_tree *tree = zswap_trees[type]; zswap_frontswap_invalidate_area()
824 struct zswap_tree *tree; zswap_frontswap_init()
826 tree = kzalloc(sizeof(struct zswap_tree), GFP_KERNEL); zswap_frontswap_init()

Completed in 43 milliseconds