Home
last modified time | relevance | path

Searched refs:put_pool (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem_pool.cpp74 void put_pool(MppMemPoolImpl *impl);
95 put_pool(pos); in ~MppMemPoolService()
127 void MppMemPoolService::put_pool(MppMemPoolImpl *impl) in put_pool() function in MppMemPoolService
186 MppMemPoolService::getInstance()->put_pool(impl); in mpp_mem_pool_deinit_f()
/OK3568_Linux_fs/kernel/mm/
H A Dzswap.c700 struct zswap_pool *pool, *put_pool = NULL; in __zswap_param_set() local
758 put_pool = zswap_pool_current(); in __zswap_param_set()
767 put_pool = pool; in __zswap_param_set()
786 if (put_pool) in __zswap_param_set()
787 zswap_pool_put(put_pool); in __zswap_param_set()