Searched refs:call_queue (Results 1 – 3 of 3) sorted by relevance
145 optee_cq_wait_init(&optee->call_queue, &w); in optee_do_call_with_arg()158 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_do_call_with_arg()176 optee_cq_wait_final(&optee->call_queue, &w); in optee_do_call_with_arg()402 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache()410 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache()412 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache()425 optee_cq_wait_init(&optee->call_queue, &w); in optee_disable_shm_cache()443 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_disable_shm_cache()446 optee_cq_wait_final(&optee->call_queue, &w); in optee_disable_shm_cache()
625 mutex_init(&optee->call_queue.mutex); in optee_probe()626 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_probe()675 mutex_destroy(&optee->call_queue.mutex); in optee_remove()
94 struct optee_call_queue call_queue; member