Searched defs:zbud_pool (Results 1 – 2 of 2) 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;
91 struct zbud_pool { struct92 spinlock_t lock;93 union {101 u64 pages_nr;