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