Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
Dzswap.c201 struct zswap_entry { struct
202 struct rb_node rbnode;
203 swp_entry_t swpentry;
204 int refcount;
205 unsigned int length;
206 struct zswap_pool *pool;
207 union {
211 struct obj_cgroup *objcg;
212 struct list_head lru;
/kernel/linux/linux-5.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 {