Searched defs:z3fold_pool (Results 1 – 1 of 1) sorted by relevance
124 struct z3fold_pool { struct125 const char *name;126 spinlock_t lock;127 spinlock_t stale_lock;128 struct list_head *unbuddied;129 struct list_head lru;130 struct list_head stale;131 atomic64_t pages_nr;132 const struct z3fold_ops *ops;133 struct zpool *zpool;[all …]