Searched refs:first_handle (Results 1 – 2 of 2) sorted by relevance
/mm/ |
D | zbud.c | 506 unsigned long first_handle = 0, last_handle = 0; in zbud_reclaim_page() local 524 first_handle = 0; in zbud_reclaim_page() 527 first_handle = encode_handle(zhdr, FIRST); in zbud_reclaim_page() 533 if (first_handle) { in zbud_reclaim_page() 534 ret = pool->ops->evict(pool, first_handle); in zbud_reclaim_page()
|
D | z3fold.c | 1119 unsigned long first_handle = 0, middle_handle = 0, last_handle = 0; in z3fold_reclaim_page() local 1175 first_handle = 0; in z3fold_reclaim_page() 1179 first_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page() 1193 first_handle = __encode_handle(zhdr, &slots, HEADLESS); in z3fold_reclaim_page() 1203 if (first_handle) { in z3fold_reclaim_page() 1204 ret = pool->ops->evict(pool, first_handle); in z3fold_reclaim_page()
|