Searched refs:first_handle (Results 1 – 2 of 2) sorted by relevance
505 unsigned long first_handle = 0, last_handle = 0; in zbud_reclaim_page() local523 first_handle = 0; in zbud_reclaim_page()526 first_handle = encode_handle(zhdr, FIRST); in zbud_reclaim_page()532 if (first_handle) { in zbud_reclaim_page()533 ret = pool->ops->evict(pool, first_handle); in zbud_reclaim_page()
825 unsigned long first_handle = 0, middle_handle = 0, last_handle = 0; in z3fold_reclaim_page() local862 first_handle = 0; in z3fold_reclaim_page()866 first_handle = encode_handle(zhdr, FIRST); in z3fold_reclaim_page()877 first_handle = encode_handle(zhdr, HEADLESS); in z3fold_reclaim_page()887 if (first_handle) { in z3fold_reclaim_page()888 ret = pool->ops->evict(pool, first_handle); in z3fold_reclaim_page()