Home
last modified time | relevance | path

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

/mm/
Dzbud.c506 unsigned long first_handle = 0, last_handle = 0; in zbud_reclaim_page() local
525 last_handle = 0; in zbud_reclaim_page()
529 last_handle = encode_handle(zhdr, LAST); in zbud_reclaim_page()
538 if (last_handle) { in zbud_reclaim_page()
539 ret = pool->ops->evict(pool, last_handle); in zbud_reclaim_page()
Dz3fold.c1119 unsigned long first_handle = 0, middle_handle = 0, last_handle = 0; in z3fold_reclaim_page() local
1176 last_handle = 0; in z3fold_reclaim_page()
1185 last_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page()
1194 last_handle = middle_handle = 0; in z3fold_reclaim_page()
1208 if (last_handle) { in z3fold_reclaim_page()
1209 ret = pool->ops->evict(pool, last_handle); in z3fold_reclaim_page()