Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dzbud.c419 unsigned long first_handle = 0, last_handle = 0; in zbud_reclaim_page() local
438 last_handle = 0; in zbud_reclaim_page()
442 last_handle = encode_handle(zhdr, LAST); in zbud_reclaim_page()
451 if (last_handle) { in zbud_reclaim_page()
452 ret = pool->ops->evict(pool, last_handle); in zbud_reclaim_page()
Dz3fold.c1226 unsigned long first_handle = 0, middle_handle = 0, last_handle = 0; in z3fold_reclaim_page() local
1299 last_handle = 0; in z3fold_reclaim_page()
1309 last_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page()
1318 last_handle = middle_handle = 0; in z3fold_reclaim_page()
1331 if (last_handle) { in z3fold_reclaim_page()
1332 ret = pool->ops->evict(pool, last_handle); in z3fold_reclaim_page()