Searched defs:z3fold_pool (Results 1 – 1 of 1) sorted by relevance
157 struct z3fold_pool { struct158 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 …]