Home
last modified time | relevance | path

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

/linux/mm/
H A Dz3fold.c80 struct z3fold_buddy_slots { struct
113 struct z3fold_buddy_slots *slots;
194 static inline struct z3fold_buddy_slots *alloc_slots(struct z3fold_pool *pool, in alloc_slots()
197 struct z3fold_buddy_slots *slots = kmem_cache_zalloc(pool->c_handle, in alloc_slots()
210 static inline struct z3fold_pool *slots_to_pool(struct z3fold_buddy_slots *s) in slots_to_pool()
215 static inline struct z3fold_buddy_slots *handle_to_slots(unsigned long handle) in handle_to_slots()
217 return (struct z3fold_buddy_slots *)(handle & ~(SLOTS_ALIGN - 1)); in handle_to_slots()
241 struct z3fold_buddy_slots *slots; in get_z3fold_header()
281 struct z3fold_buddy_slots *slots; in free_handle()
323 struct z3fold_buddy_slots *slots; in init_z3fold_page()
[all …]