Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dzswap.c338 static int zswap_rb_insert(struct rb_root *root, struct zswap_entry *entry, in zswap_rb_insert() function
1360 while (zswap_rb_insert(&tree->rbroot, entry, &dupentry) == -EEXIST) { in zswap_store()