Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tee/optee/
Dshm_pool.c15 static int pool_op_alloc(struct tee_shm_pool_mgr *poolm, in pool_op_alloc()
32 static void pool_op_free(struct tee_shm_pool_mgr *poolm, in pool_op_free()
39 static void pool_op_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) in pool_op_destroy_poolmgr()
/Linux-v5.4/drivers/tee/
Dtee_shm_pool.c12 static int pool_op_gen_alloc(struct tee_shm_pool_mgr *poolm, in pool_op_gen_alloc()
30 static void pool_op_gen_free(struct tee_shm_pool_mgr *poolm, in pool_op_gen_free()
38 static void pool_op_gen_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) in pool_op_gen_destroy_poolmgr()
Dtee_shm.c25 struct tee_shm_pool_mgr *poolm; in tee_shm_release() local
104 struct tee_shm_pool_mgr *poolm = NULL; in __tee_shm_alloc() local
/Linux-v5.4/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()