Home
last modified time | relevance | path

Searched defs:poolm (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/tee/optee/
Dshm_pool.c24 static int pool_op_alloc(struct tee_shm_pool_mgr *poolm, in pool_op_alloc()
41 static void pool_op_free(struct tee_shm_pool_mgr *poolm, in pool_op_free()
48 static void pool_op_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) in pool_op_destroy_poolmgr()
/Linux-v4.19/drivers/tee/
Dtee_shm_pool.c21 static int pool_op_gen_alloc(struct tee_shm_pool_mgr *poolm, in pool_op_gen_alloc()
39 static void pool_op_gen_free(struct tee_shm_pool_mgr *poolm, in pool_op_gen_free()
47 static void pool_op_gen_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) in pool_op_gen_destroy_poolmgr()
Dtee_shm.c34 struct tee_shm_pool_mgr *poolm; in tee_shm_release() local
113 struct tee_shm_pool_mgr *poolm = NULL; in __tee_shm_alloc() local
/Linux-v4.19/include/linux/
Dtee_drv.h255 static inline void tee_shm_pool_mgr_destroy(struct tee_shm_pool_mgr *poolm) in tee_shm_pool_mgr_destroy()