Home
last modified time | relevance | path

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

/linux-4.1.27/mm/
Dzswap.c179 struct zswap_entry { struct
180 struct rb_node rbnode;
181 pgoff_t offset;
182 int refcount;
206 static struct kmem_cache *zswap_entry_cache; argument