Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dprotmem.c15 struct optee_protmem_dyn_pool { struct
29 static struct optee_protmem_dyn_pool * argument
32 return container_of(pool, struct optee_protmem_dyn_pool, pool); in to_protmem_dyn_pool()
35 static int init_dyn_protmem(struct optee_protmem_dyn_pool *rp) in init_dyn_protmem()
86 static int get_dyn_protmem(struct optee_protmem_dyn_pool *rp) in get_dyn_protmem()
109 static void release_dyn_protmem(struct optee_protmem_dyn_pool *rp) in release_dyn_protmem()
122 static void put_dyn_protmem(struct optee_protmem_dyn_pool *rp) in put_dyn_protmem()
136 struct optee_protmem_dyn_pool *rp = to_protmem_dyn_pool(pool); in protmem_pool_op_dyn_alloc()
170 struct optee_protmem_dyn_pool *rp = to_protmem_dyn_pool(pool); in protmem_pool_op_dyn_free()
185 struct optee_protmem_dyn_pool *rp = to_protmem_dyn_pool(pool); in protmem_pool_op_dyn_update_shm()
[all …]