Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dcall.c58 struct optee_call_waiter *w, bool sys_thread) in optee_cq_wait_init() argument
83 w->sys_thread = sys_thread; in optee_cq_wait_init()
86 if (sys_thread || !cq->sys_thread_req_count) in optee_cq_wait_init()
103 if (sys_thread || !cq->sys_thread_req_count) in optee_cq_wait_init()
138 if (w->sys_thread && !completion_done(&w->c)) { in optee_cq_complete_one()