Home
last modified time | relevance | path

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

/mm/
Dz3fold.c157 struct z3fold_pool { struct
158 const char *name;
159 spinlock_t lock;
160 spinlock_t stale_lock;
161 struct list_head *unbuddied;
162 struct list_head lru;
163 struct list_head stale;
164 atomic64_t pages_nr;
165 struct kmem_cache *c_handle;
166 const struct z3fold_ops *ops;
[all …]