Searched refs:call_queue (Results 1 – 3 of 3) sorted by relevance
136 optee_cq_wait_init(&optee->call_queue, &w); in optee_do_call_with_arg()149 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_do_call_with_arg()168 optee_cq_wait_final(&optee->call_queue, &w); in optee_do_call_with_arg()398 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache()406 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache()408 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache()421 optee_cq_wait_init(&optee->call_queue, &w); in optee_disable_shm_cache()439 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_disable_shm_cache()442 optee_cq_wait_final(&optee->call_queue, &w); in optee_disable_shm_cache()
608 mutex_destroy(&optee->call_queue.mutex); in optee_remove()692 mutex_init(&optee->call_queue.mutex); in optee_probe()693 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_probe()
90 struct optee_call_queue call_queue; member