Searched defs:z3fold_pool (Results 1 – 1 of 1) sorted by relevance
152 struct z3fold_pool { struct153 const char *name;154 spinlock_t lock;155 spinlock_t stale_lock;156 struct list_head *unbuddied;157 struct list_head lru;158 struct list_head stale;159 atomic64_t pages_nr;160 struct kmem_cache *c_handle;161 const struct z3fold_ops *ops;[all …]