Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dcall.c86 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()
189 cq->sys_thread_req_count++; in optee_cq_incr_sys_thread_count()
198 cq->sys_thread_req_count--; in optee_cq_decr_sys_thread_count()
H A Doptee_private.h76 int sys_thread_req_count; member