Home
last modified time | relevance | path

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

/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.c1319 unsigned long first_handle = 0, middle_handle = 0, last_handle = 0; in z3fold_reclaim_page() local
1401 last_handle = 0; in z3fold_reclaim_page()
1411 last_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page()
1420 last_handle = middle_handle = 0; in z3fold_reclaim_page()
1433 if (last_handle) { in z3fold_reclaim_page()
1434 ret = pool->ops->evict(pool, last_handle); in z3fold_reclaim_page()