Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dzswap.c179 struct zswap_entry { struct
210 zswap_entry_cache = KMEM_CACHE(zswap_entry, 0); in zswap_entry_cache_create()
219 static struct zswap_entry *zswap_entry_cache_alloc(gfp_t gfp) in zswap_entry_cache_alloc()
221 struct zswap_entry *entry; in zswap_entry_cache_alloc()
230 static void zswap_entry_cache_free(struct zswap_entry *entry) in zswap_entry_cache_free()
238 static struct zswap_entry *zswap_rb_search(struct rb_root *root, pgoff_t offset) in zswap_rb_search()
241 struct zswap_entry *entry; in zswap_rb_search()
244 entry = rb_entry(node, struct zswap_entry, rbnode); in zswap_rb_search()
259 static int zswap_rb_insert(struct rb_root *root, struct zswap_entry *entry, in zswap_rb_insert()
260 struct zswap_entry **dupentry) in zswap_rb_insert()
[all …]