Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dz3fold.c143 struct z3fold_pool { struct
144 const char *name;
145 spinlock_t lock;
146 spinlock_t stale_lock;
147 struct list_head __percpu *unbuddied;
148 struct list_head stale;
149 atomic64_t pages_nr;
150 struct kmem_cache *c_handle;
151 struct workqueue_struct *compact_wq;
152 struct workqueue_struct *release_wq;
[all …]