Searched refs:z3fold_pool (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dz3fold.c70 struct z3fold_pool;
114 struct z3fold_pool *pool;
126 * struct z3fold_pool - stores metadata for each z3fold pool
143 struct z3fold_pool { struct
178 static struct z3fold_header *__z3fold_alloc(struct z3fold_pool *, size_t, bool);
194 static inline struct z3fold_buddy_slots *alloc_slots(struct z3fold_pool *pool,
210 static inline struct z3fold_pool *slots_to_pool(struct z3fold_buddy_slots *s)
212 return (struct z3fold_pool *)(s->pool & ~HANDLE_FLAG_MASK);
310 struct z3fold_pool *pool = slots_to_pool(slots);
320 struct z3fold_pool *poo
[all...]

Completed in 138 milliseconds