Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dzsmalloc.h45 void zs_destroy_pool(struct zs_pool *pool);
/Linux-v4.19/mm/
Dzsmalloc.c395 zs_destroy_pool(pool); in zs_zpool_destroy()
2460 zs_destroy_pool(pool); in zs_create_pool()
2465 void zs_destroy_pool(struct zs_pool *pool) in zs_destroy_pool() function
2496 EXPORT_SYMBOL_GPL(zs_destroy_pool);
/Linux-v4.19/drivers/block/zram/
Dzram_drv.c910 zs_destroy_pool(zram->mem_pool); in zram_meta_free()