Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dzswap.c151 struct zswap_entry { struct
152 struct rb_node rbnode;
153 pgoff_t offset;
154 int refcount;
155 unsigned int length;
156 struct zswap_pool *pool;
157 union {