Searched refs:encode_handle (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/mm/ |
D | zbud.c | 259 static unsigned long encode_handle(struct zbud_header *zhdr, enum buddy bud) in encode_handle() function 413 *handle = encode_handle(zhdr, bud); in zbud_alloc() 526 first_handle = encode_handle(zhdr, FIRST); in zbud_reclaim_page() 528 last_handle = encode_handle(zhdr, LAST); in zbud_reclaim_page()
|
D | z3fold.c | 221 static unsigned long encode_handle(struct z3fold_header *zhdr, enum buddy bud) in encode_handle() function 695 *handle = encode_handle(zhdr, bud); in z3fold_alloc() 866 first_handle = encode_handle(zhdr, FIRST); in z3fold_reclaim_page() 868 middle_handle = encode_handle(zhdr, MIDDLE); in z3fold_reclaim_page() 870 last_handle = encode_handle(zhdr, LAST); in z3fold_reclaim_page() 877 first_handle = encode_handle(zhdr, HEADLESS); in z3fold_reclaim_page()
|