Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dzswap.c339 struct zswap_entry **dupentry) in zswap_rb_insert() argument
354 *dupentry = myentry; in zswap_rb_insert()
1200 struct zswap_entry *entry, *dupentry; in zswap_store() local
1229 dupentry = zswap_rb_search(&tree->rbroot, offset); in zswap_store()
1230 if (dupentry) { in zswap_store()
1232 zswap_invalidate_entry(tree, dupentry); in zswap_store()
1360 while (zswap_rb_insert(&tree->rbroot, entry, &dupentry) == -EEXIST) { in zswap_store()
1363 zswap_invalidate_entry(tree, dupentry); in zswap_store()