Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dalloc_tag.c196 union pgtag_ref_handle handle_old, handle_new; in pgalloc_tag_swap() local
212 if (!get_page_tag_ref(&new->page, &ref_new, &handle_new)) { in pgalloc_tag_swap()
228 update_page_tag_ref(handle_new, &ref_new); in pgalloc_tag_swap()
231 put_page_tag_ref(handle_new); in pgalloc_tag_swap()
/linux-6.15/drivers/block/zram/
H A Dzram_drv.c1877 unsigned long handle_new; in recompress_slot() local
1985 handle_new = zs_malloc(zram->mem_pool, comp_len_new, in recompress_slot()
1988 if (IS_ERR_VALUE(handle_new)) { in recompress_slot()
1990 return PTR_ERR((void *)handle_new); in recompress_slot()
1993 zs_obj_write(zram->mem_pool, handle_new, zstrm->buffer, comp_len_new); in recompress_slot()
1997 zram_set_handle(zram, index, handle_new); in recompress_slot()