Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dzswap.c171 struct zswap_entry { struct
172 struct rb_node rbnode;
173 pgoff_t offset;
174 int refcount;
175 unsigned int length;
176 struct zswap_pool *pool;
177 union {