Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/tee/optee/
Doptee_private.h70 struct optee_call_queue { struct
227 struct optee_call_queue call_queue;
338 void optee_cq_init(struct optee_call_queue *cq, int thread_count);
339 void optee_cq_wait_init(struct optee_call_queue *cq,
341 void optee_cq_wait_for_completion(struct optee_call_queue *cq,
343 void optee_cq_wait_final(struct optee_call_queue *cq,
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()