Searched refs:encode_handle (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | zbud.c | 261 static unsigned long encode_handle(struct zbud_header *zhdr, enum buddy bud) in encode_handle() function 414 *handle = encode_handle(zhdr, bud); in zbud_alloc() 527 first_handle = encode_handle(zhdr, FIRST); in zbud_reclaim_page() 529 last_handle = encode_handle(zhdr, LAST); in zbud_reclaim_page()
|
H A D | z3fold.c | 481 static unsigned long encode_handle(struct z3fold_header *zhdr, enum buddy bud) in encode_handle() function 499 * (handle & BUDDY_MASK) < zhdr->first_num is possible in encode_handle 1194 *handle = encode_handle(zhdr, bud); in z3fold_alloc() 1434 first_handle = encode_handle(zhdr, HEADLESS); in z3fold_reclaim_page() 1661 encode_handle(new_zhdr, FIRST); in z3fold_page_migrate() 1663 encode_handle(new_zhdr, LAST); in z3fold_page_migrate() 1665 encode_handle(new_zhdr, MIDDLE); in z3fold_page_migrate()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zbud.c | 155 static unsigned long encode_handle(struct zbud_header *zhdr, enum buddy bud) in encode_handle() function 300 *handle = encode_handle(zhdr, bud); in zbud_alloc()
|
H A D | z3fold.c | 396 static unsigned long encode_handle(struct z3fold_header *zhdr, enum buddy bud) in encode_handle() function 414 * (handle & BUDDY_MASK) < zhdr->first_num is possible in encode_handle 1074 *handle = encode_handle(zhdr, bud); in z3fold_alloc() 1326 encode_handle(new_zhdr, FIRST); in z3fold_page_migrate() 1328 encode_handle(new_zhdr, LAST); in z3fold_page_migrate() 1330 encode_handle(new_zhdr, MIDDLE); in z3fold_page_migrate()
|
Completed in 8 milliseconds