Searched refs:zs_obj_write (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | zsmalloc.h | 45 void zs_obj_write(struct zs_pool *pool, unsigned long handle,
|
| /linux-6.15/mm/ |
| H A D | zsmalloc.c | 493 zs_obj_write(pool, handle, handle_mem, mem_len); in zs_zpool_obj_write() 1224 void zs_obj_write(struct zs_pool *pool, unsigned long handle, in zs_obj_write() function 1271 EXPORT_SYMBOL_GPL(zs_obj_write);
|
| /linux-6.15/drivers/block/zram/ |
| H A D | zram_drv.c | 1707 zs_obj_write(zram->mem_pool, handle, src, PAGE_SIZE); in write_incompressible_page() 1776 zs_obj_write(zram->mem_pool, handle, zstrm->buffer, comp_len); in zram_write_page() 1993 zs_obj_write(zram->mem_pool, handle_new, zstrm->buffer, comp_len_new); in recompress_slot()
|