Home
last modified time | relevance | path

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

/Linux-v5.15/mm/
Dzbud.c174 static unsigned long encode_handle(struct zbud_header *zhdr, enum buddy bud) in encode_handle() function
327 *handle = encode_handle(zhdr, bud); in zbud_alloc()
440 first_handle = encode_handle(zhdr, FIRST); in zbud_reclaim_page()
442 last_handle = encode_handle(zhdr, LAST); in zbud_reclaim_page()
Dz3fold.c463 static unsigned long encode_handle(struct z3fold_header *zhdr, enum buddy bud) in encode_handle() function
1179 *handle = encode_handle(zhdr, bud); in z3fold_alloc()
1419 first_handle = encode_handle(zhdr, HEADLESS); in z3fold_reclaim_page()
1646 encode_handle(new_zhdr, FIRST); in z3fold_page_migrate()
1648 encode_handle(new_zhdr, LAST); in z3fold_page_migrate()
1650 encode_handle(new_zhdr, MIDDLE); in z3fold_page_migrate()