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