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