Home
last modified time | relevance | path

Searched refs:zs_destroy_pool (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dzsmalloc.h44 void zs_destroy_pool(struct zs_pool *pool);
/kernel/linux/linux-5.10/mm/
Dzsmalloc.c397 zs_destroy_pool(pool); in zs_zpool_destroy()
2504 zs_destroy_pool(pool); in zs_create_pool()
2509 void zs_destroy_pool(struct zs_pool *pool) in zs_destroy_pool() function
2540 EXPORT_SYMBOL_GPL(zs_destroy_pool);
/kernel/linux/linux-5.10/drivers/block/zram/
Dzram_drv.c1152 zs_destroy_pool(zram->mem_pool); in zram_meta_free()