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