Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dzbud.c419 unsigned long first_handle = 0, last_handle = 0; in zbud_reclaim_page() local
437 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()
Dz3fold.c1319 unsigned long first_handle = 0, middle_handle = 0, last_handle = 0; in z3fold_reclaim_page() local
1400 first_handle = 0; in z3fold_reclaim_page()
1405 first_handle = __encode_handle(zhdr, &slots, in z3fold_reclaim_page()
1419 first_handle = encode_handle(zhdr, HEADLESS); in z3fold_reclaim_page()
1428 if (first_handle) { in z3fold_reclaim_page()
1429 ret = pool->ops->evict(pool, first_handle); in z3fold_reclaim_page()