Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/zram/
Dxvmalloc.h21 void xv_destroy_pool(struct xv_pool *pool);
Dxvmalloc.c322 void xv_destroy_pool(struct xv_pool *pool) in xv_destroy_pool() function
326 EXPORT_SYMBOL_GPL(xv_destroy_pool);
Dzram_drv.c490 xv_destroy_pool(zram->mem_pool); in zram_reset_device()