Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dz3fold.c155 struct z3fold_pool { struct
156 const char *name;
157 spinlock_t lock;
158 spinlock_t stale_lock;
159 struct list_head *unbuddied;
160 struct list_head lru;
161 struct list_head stale;
162 atomic64_t pages_nr;
163 struct kmem_cache *c_handle;
164 const struct z3fold_ops *ops;
[all …]
/kernel/linux/linux-6.6/mm/
Dz3fold.c143 struct z3fold_pool { struct
144 const char *name;
145 spinlock_t lock;
146 spinlock_t stale_lock;
147 struct list_head *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 …]