Searched defs:zbud_pool (Results 1 – 6 of 6) sorted by relevance
50562 struct zbud_pool { struct50563 spinlock_t lock;50564 union {50568 struct list_head lru;50569 u64 pages_nr;50570 const struct zbud_ops *ops;50571 struct zpool *zpool;50572 const struct zpool_ops *zpool_ops;
109091 struct zbud_pool { struct109092 spinlock_t lock;109093 union {109097 struct list_head lru;109098 u64 pages_nr;109099 struct zpool *zpool;109100 const struct zpool_ops *zpool_ops;
89147 struct zbud_pool { struct89148 spinlock_t lock;89149 union {89153 struct list_head lru;89154 u64 pages_nr;89155 const struct zbud_ops *ops;89156 struct zpool *zpool;89157 const struct zpool_ops *zpool_ops;