Searched defs:zbud_pool (Results 1 – 1 of 1) sorted by relevance
94 struct zbud_pool { struct95 spinlock_t lock;96 struct list_head unbuddied[NCHUNKS];97 struct list_head buddied;98 struct list_head lru;99 u64 pages_nr;100 const struct zbud_ops *ops;102 struct zpool *zpool;103 const struct zpool_ops *zpool_ops;