Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dzsmalloc.h27 void zs_destroy_pool(struct zs_pool *pool);
/linux-6.15/mm/
H A Dzsmalloc.c461 zs_destroy_pool(pool); in zs_zpool_destroy()
2210 zs_destroy_pool(pool); in zs_create_pool()
2215 void zs_destroy_pool(struct zs_pool *pool) in zs_destroy_pool() function
2247 EXPORT_SYMBOL_GPL(zs_destroy_pool);
/linux-6.15/drivers/block/zram/
H A Dzram_drv.c1470 zs_destroy_pool(zram->mem_pool); in zram_meta_free()