Home
last modified time | relevance | path

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

/Linux-v5.10/mm/
Dzbud.c505 unsigned long first_handle = 0, last_handle = 0; in zbud_reclaim_page() local
523 first_handle = 0; in zbud_reclaim_page()
526 first_handle = encode_handle(zhdr, FIRST); in zbud_reclaim_page()
532 if (first_handle) { in zbud_reclaim_page()
533 ret = pool->ops->evict(pool, first_handle); in zbud_reclaim_page()
Dz3fold.c1347 unsigned long first_handle = 0, middle_handle = 0, last_handle = 0; in z3fold_reclaim_page() local
1409 first_handle = 0; in z3fold_reclaim_page()
1413 first_handle = encode_handle(zhdr, FIRST); in z3fold_reclaim_page()
1424 first_handle = encode_handle(zhdr, HEADLESS); in z3fold_reclaim_page()
1434 if (first_handle) { in z3fold_reclaim_page()
1435 ret = pool->ops->evict(pool, first_handle); in z3fold_reclaim_page()
1438 free_handle(first_handle); in z3fold_reclaim_page()