Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dz3fold.c69 #define SLOTS_ALIGN (0x40) macro
237 return (struct z3fold_buddy_slots *)(handle & ~(SLOTS_ALIGN - 1)); in handle_to_slots()
984 SLOTS_ALIGN, 0, NULL); in z3fold_create_pool()
1320 struct z3fold_buddy_slots slots __attribute__((aligned(SLOTS_ALIGN))); in z3fold_reclaim_page()