Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/mm/
Dz3fold.c125 struct z3fold_pool { struct
126 const char *name;
127 spinlock_t lock;
128 spinlock_t stale_lock;
129 struct list_head *unbuddied;
130 struct list_head lru;
131 struct list_head stale;
132 atomic64_t pages_nr;
133 const struct z3fold_ops *ops;
134 struct zpool *zpool;
[all …]
/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 …]