Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dzsmalloc.h40 void zs_destroy_pool(struct zs_pool *pool);
/linux-4.1.27/mm/
Dzsmalloc.c328 zs_destroy_pool(pool); in zs_zpool_destroy()
1878 zs_destroy_pool(pool); in zs_create_pool()
1883 void zs_destroy_pool(struct zs_pool *pool) in zs_destroy_pool() function
1913 EXPORT_SYMBOL_GPL(zs_destroy_pool);
/linux-4.1.27/drivers/block/zram/
Dzram_drv.c361 zs_destroy_pool(meta->mem_pool); in zram_meta_free()