Searched refs:zs_free (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | zsmalloc.h | 47 void zs_free(struct zs_pool *pool, unsigned long obj);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | zsmalloc.h | 47 void zs_free(struct zs_pool *pool, unsigned long obj);
|
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zram_drv.c | 1227 zs_free(zram->mem_pool, handle); in zram_free_page() 1380 zs_free(zram->mem_pool, handle); in __zram_bvec_write() 1421 zs_free(zram->mem_pool, handle); in __zram_bvec_write()
|
/kernel/linux/linux-5.10/mm/ |
H A D | zsmalloc.c | 408 zs_free(pool, handle); in zs_zpool_free() 1497 void zs_free(struct zs_pool *pool, unsigned long handle) in zs_free() function 1540 EXPORT_SYMBOL_GPL(zs_free); variable 1686 * breaks synchronization using pin_tag(e,g, zs_free) so in migrate_zspage()
|
/kernel/linux/linux-6.6/drivers/block/zram/ |
H A D | zram_drv.c | 1302 zs_free(zram->mem_pool, handle); in zram_free_page() 1462 zs_free(zram->mem_pool, handle); in zram_write_page() 1513 zs_free(zram->mem_pool, handle); in zram_write_page()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zsmalloc.c | 380 zs_free(pool, handle); in zs_zpool_free() 886 * Since zs_free couldn't be sleepable, this function cannot call in free_zspage() 1445 void zs_free(struct zs_pool *pool, unsigned long handle) in zs_free() function 1476 EXPORT_SYMBOL_GPL(zs_free); variable 1827 * and zs_free. in zs_page_migrate() 1995 * protect the race between zpage migration and zs_free in __zs_compact()
|
/kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
H A D | group_writeback.c | 135 zs_free(zram->mem_pool, handle); in move_obj_to_hpio()
|
/kernel/linux/linux-6.6/drivers/block/zram/zram_group/ |
H A D | group_writeback.c | 135 zs_free(zram->mem_pool, handle); in move_obj_to_hpio()
|
Completed in 14 milliseconds