Searched refs:first_handle (Results 1 – 2 of 2) sorted by relevance
419 unsigned long first_handle = 0, last_handle = 0; in zbud_reclaim_page() local437 first_handle = 0; in zbud_reclaim_page()440 first_handle = encode_handle(zhdr, FIRST); in zbud_reclaim_page()446 if (first_handle) { in zbud_reclaim_page()447 ret = pool->ops->evict(pool, first_handle); in zbud_reclaim_page()
1226 unsigned long first_handle = 0, middle_handle = 0, last_handle = 0; in z3fold_reclaim_page() local1298 first_handle = 0; in z3fold_reclaim_page()1303 first_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page()1317 first_handle = encode_handle(zhdr, HEADLESS); in z3fold_reclaim_page()1326 if (first_handle) { in z3fold_reclaim_page()1327 ret = pool->ops->evict(pool, first_handle); in z3fold_reclaim_page()