Searched refs:priv_mgr (Results 1 – 3 of 3) sorted by relevance
76 struct tee_shm_pool_mgr *priv_mgr; in tee_shm_pool_alloc_res_mem() local88 priv_mgr = rc; in tee_shm_pool_alloc_res_mem()100 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in tee_shm_pool_alloc_res_mem()109 tee_shm_pool_mgr_destroy(priv_mgr); in tee_shm_pool_alloc_res_mem()161 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, in tee_shm_pool_alloc() argument166 if (!check_mgr_ops(priv_mgr) || !check_mgr_ops(dmabuf_mgr)) in tee_shm_pool_alloc()173 pool->private_mgr = priv_mgr; in tee_shm_pool_alloc()
436 struct tee_shm_pool_mgr *priv_mgr; in optee_config_shm_memremap() local476 priv_mgr = rc; in optee_config_shm_memremap()484 priv_mgr = rc; in optee_config_shm_memremap()496 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_shm_memremap()507 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_shm_memremap()
235 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr,