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
256 struct optee_call_queue call_queue;
372 void optee_cq_init(struct optee_call_queue *cq, int thread_count);
373 void optee_cq_wait_init(struct optee_call_queue *cq,
375 void optee_cq_wait_for_completion(struct optee_call_queue *cq,
377 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()