Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dz3fold.c65 #define SLOTS_ALIGN (0x40) macro
217 return (struct z3fold_buddy_slots *)(handle & ~(SLOTS_ALIGN - 1)); in handle_to_slots()
918 SLOTS_ALIGN, 0, NULL); in z3fold_create_pool()
/kernel/linux/linux-5.10/mm/
H A Dz3fold.c69 #define SLOTS_ALIGN (0x40) macro
235 return (struct z3fold_buddy_slots *)(handle & ~(SLOTS_ALIGN - 1)); in handle_to_slots()
1000 SLOTS_ALIGN, 0, NULL); in z3fold_create_pool()
1335 struct z3fold_buddy_slots slots __attribute__((aligned(SLOTS_ALIGN))); in z3fold_reclaim_page()

Completed in 6 milliseconds