Lines Matching refs:qcom_tzmem_pool
34 struct qcom_tzmem_pool { struct
45 struct qcom_tzmem_pool *owner; argument
152 static int qcom_tzmem_pool_add_memory(struct qcom_tzmem_pool *pool, in qcom_tzmem_pool_add_memory()
201 struct qcom_tzmem_pool *
223 struct qcom_tzmem_pool *pool __free(kfree) = kzalloc(sizeof(*pool), in qcom_tzmem_pool_new()
260 void qcom_tzmem_pool_free(struct qcom_tzmem_pool *pool) in qcom_tzmem_pool_free()
300 struct qcom_tzmem_pool *pool = data; in devm_qcom_tzmem_pool_free()
314 struct qcom_tzmem_pool *
318 struct qcom_tzmem_pool *pool; in devm_qcom_tzmem_pool_new()
333 static bool qcom_tzmem_try_grow_pool(struct qcom_tzmem_pool *pool, in qcom_tzmem_try_grow_pool()
366 void *qcom_tzmem_alloc(struct qcom_tzmem_pool *pool, size_t size, gfp_t gfp) in qcom_tzmem_alloc()