Searched defs:zswap_entry (Results 1 – 1 of 1) sorted by relevance
179 struct zswap_entry { struct180 struct rb_node rbnode;181 pgoff_t offset;182 int refcount;206 static struct kmem_cache *zswap_entry_cache; argument