Home
last modified time | relevance | path

Searched defs:zbud_pool (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dzbud.c94 struct zbud_pool { struct
95 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;
/kernel/linux/linux-6.6/mm/
Dzbud.c91 struct zbud_pool { struct
92 spinlock_t lock;
93 union {
101 u64 pages_nr;