Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/
Dtee_shm_pool.c56 .destroy_poolmgr = pool_op_gen_destroy_poolmgr,
158 mgr->ops->destroy_poolmgr; in check_mgr_ops()
/Linux-v4.19/include/linux/
Dtee_drv.h222 void (*destroy_poolmgr)(struct tee_shm_pool_mgr *poolmgr); member
257 poolm->ops->destroy_poolmgr(poolm); in tee_shm_pool_mgr_destroy()
/Linux-v4.19/drivers/tee/optee/
Dshm_pool.c56 .destroy_poolmgr = pool_op_destroy_poolmgr,