Home
last modified time | relevance | path

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

/mm/
Dzbud.c505 unsigned long first_handle = 0, last_handle = 0; in zbud_reclaim_page() local
524 last_handle = 0; in zbud_reclaim_page()
528 last_handle = encode_handle(zhdr, LAST); in zbud_reclaim_page()
537 if (last_handle) { in zbud_reclaim_page()
538 ret = pool->ops->evict(pool, last_handle); in zbud_reclaim_page()
Dz3fold.c1334 unsigned long first_handle = 0, middle_handle = 0, last_handle = 0; in z3fold_reclaim_page() local
1416 last_handle = 0; in z3fold_reclaim_page()
1426 last_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page()
1435 last_handle = middle_handle = 0; in z3fold_reclaim_page()
1448 if (last_handle) { in z3fold_reclaim_page()
1449 ret = pool->ops->evict(pool, last_handle); in z3fold_reclaim_page()