Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dzswap.c201 struct zswap_entry { struct
256 static int zswap_writeback_entry(struct zswap_entry *entry,
296 static struct zswap_entry *zswap_entry_cache_alloc(gfp_t gfp) in zswap_entry_cache_alloc()
298 struct zswap_entry *entry; in zswap_entry_cache_alloc()
307 static void zswap_entry_cache_free(struct zswap_entry *entry) in zswap_entry_cache_free()
315 static struct zswap_entry *zswap_rb_search(struct rb_root *root, pgoff_t offset) in zswap_rb_search()
318 struct zswap_entry *entry; in zswap_rb_search()
322 entry = rb_entry(node, struct zswap_entry, rbnode); in zswap_rb_search()
338 static int zswap_rb_insert(struct rb_root *root, struct zswap_entry *entry, in zswap_rb_insert()
339 struct zswap_entry **dupentry) in zswap_rb_insert()
[all …]