Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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, 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 *slot in free_handle()
[all...]
/kernel/linux/linux-5.10/mm/
H A Dz3fold.c87 struct z3fold_buddy_slots { struct
120 struct z3fold_buddy_slots *slots;
144 * @c_handle: cache for z3fold_buddy_slots allocation
210 static inline struct z3fold_buddy_slots *alloc_slots(struct z3fold_pool *pool, in alloc_slots()
213 struct z3fold_buddy_slots *slots; in alloc_slots()
228 static inline struct z3fold_pool *slots_to_pool(struct z3fold_buddy_slots *s) in slots_to_pool()
233 static inline struct z3fold_buddy_slots *handle_to_slots(unsigned long handle) in handle_to_slots()
235 return (struct z3fold_buddy_slots *)(handle & ~(SLOTS_ALIGN - 1)); in handle_to_slots()
260 struct z3fold_buddy_slots *slots; in __get_z3fold_header()
308 struct z3fold_buddy_slots *slot in free_handle()
[all...]

Completed in 4 milliseconds