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

/linux-master/mm/
H A Dz3fold.c80 struct z3fold_buddy_slots { struct
113 struct z3fold_buddy_slots *slots;
135 * @c_handle: cache for z3fold_buddy_slots allocation
194 static inline struct z3fold_buddy_slots *alloc_slots(struct z3fold_pool *pool,
197 struct z3fold_buddy_slots *slots = kmem_cache_zalloc(pool->c_handle,
210 static inline struct z3fold_pool *slots_to_pool(struct z3fold_buddy_slots *s)
215 static inline struct z3fold_buddy_slots *handle_to_slots(unsigned long handle)
217 return (struct z3fold_buddy_slots *)(handle & ~(SLOTS_ALIGN - 1));
241 struct z3fold_buddy_slots *slots;
281 struct z3fold_buddy_slots *slot
[all...]

Completed in 109 milliseconds