Home
last modified time | relevance | path

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

/rockchip-linux_mpp/osal/
H A Dmpp_mem_pool.c69 } MppMemPoolImpl; typedef
107 static void put_pool(MppMemPoolSrv *srv, MppMemPoolImpl *impl, const char *caller) in put_pool()
162 MppMemPoolImpl *pos, *n; in mem_pool_srv_deinit()
164 list_for_each_entry_safe(pos, n, &srv->list, MppMemPoolImpl, service_link) { in mem_pool_srv_deinit()
179 MppMemPoolImpl *pool; in mpp_mem_pool_init()
184 pool = mpp_calloc(MppMemPoolImpl, 1); in mpp_mem_pool_init()
220 MppMemPoolImpl *impl = (MppMemPoolImpl *)pool; in mpp_mem_pool_deinit()
230 MppMemPoolImpl *impl = (MppMemPoolImpl *)pool; in mpp_mem_pool_get()
275 MppMemPoolImpl *impl = (MppMemPoolImpl *)pool; in mpp_mem_pool_put()