Searched defs:zswap_entry (Results 1 – 1 of 1) sorted by relevance
161 struct zswap_entry { struct162 struct rb_node rbnode;163 pgoff_t offset;164 int refcount;165 unsigned int length;166 struct zswap_pool *pool;167 union {