Lines Matching refs:call_queue
266 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache()
274 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache()
276 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache()
291 optee_cq_wait_init(&optee->call_queue, &w); in __optee_disable_shm_cache()
316 optee_cq_wait_for_completion(&optee->call_queue, &w); in __optee_disable_shm_cache()
319 optee_cq_wait_final(&optee->call_queue, &w); in __optee_disable_shm_cache()
909 optee_cq_wait_init(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
924 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
943 optee_cq_wait_final(&optee->call_queue, &w); in optee_smc_do_call_with_arg()
1476 mutex_init(&optee->call_queue.mutex); in optee_probe()
1477 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_probe()
1551 mutex_destroy(&optee->call_queue.mutex); in optee_probe()