Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dzswap.c161 struct zswap_entry { struct
162 struct rb_node rbnode;
163 pgoff_t offset;
164 int refcount;
165 unsigned int length;
166 struct zswap_pool *pool;
167 union {