Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Doptee_private.h70 struct optee_call_queue { struct
229 struct optee_call_queue call_queue;
340 void optee_cq_init(struct optee_call_queue *cq, int thread_count);
341 void optee_cq_wait_init(struct optee_call_queue *cq,
343 void optee_cq_wait_for_completion(struct optee_call_queue *cq,
345 void optee_cq_wait_final(struct optee_call_queue *cq,
H A Dcall.c42 void optee_cq_init(struct optee_call_queue *cq, int thread_count) in optee_cq_init()
57 void optee_cq_wait_init(struct optee_call_queue *cq, in optee_cq_wait_init()
117 void optee_cq_wait_for_completion(struct optee_call_queue *cq, in optee_cq_wait_for_completion()
132 static void optee_cq_complete_one(struct optee_call_queue *cq) in optee_cq_complete_one()
152 void optee_cq_wait_final(struct optee_call_queue *cq, in optee_cq_wait_final()
183 static bool optee_cq_incr_sys_thread_count(struct optee_call_queue *cq) in optee_cq_incr_sys_thread_count()
195 static void optee_cq_decr_sys_thread_count(struct optee_call_queue *cq) in optee_cq_decr_sys_thread_count()