Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dz3fold.c152 struct z3fold_pool { struct
153 const char *name;
154 spinlock_t lock;
155 spinlock_t stale_lock;
156 struct list_head *unbuddied;
157 struct list_head lru;
158 struct list_head stale;
159 atomic64_t pages_nr;
160 struct kmem_cache *c_handle;
161 const struct z3fold_ops *ops;
[all …]