Lines Matching defs:z3fold_pool
125 struct z3fold_pool { struct
126 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;
135 const struct zpool_ops *zpool_ops;
136 struct workqueue_struct *compact_wq;
137 struct workqueue_struct *release_wq;
138 struct work_struct work;