Lines Matching refs:call_queue
287 optee_cq_wait_init(&optee->call_queue, &w, false); in optee_enable_shm_cache()
295 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache()
297 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache()
312 optee_cq_wait_init(&optee->call_queue, &w, false); in __optee_disable_shm_cache()
337 optee_cq_wait_for_completion(&optee->call_queue, &w); in __optee_disable_shm_cache()
340 optee_cq_wait_final(&optee->call_queue, &w); in __optee_disable_shm_cache()
929 optee_cq_wait_init(&optee->call_queue, &w, system_thread); in optee_smc_do_call_with_arg()
944 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
963 optee_cq_wait_final(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
1717 optee_cq_init(&optee->call_queue, thread_count); in optee_probe()
1798 mutex_destroy(&optee->call_queue.mutex); in optee_probe()