Searched refs:call_queue (Results 1 – 3 of 3) sorted by relevance
139 optee_cq_wait_init(&optee->call_queue, &w); in optee_do_call_with_arg()154 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_do_call_with_arg()173 optee_cq_wait_final(&optee->call_queue, &w); in optee_do_call_with_arg()405 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache()413 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache()415 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache()430 optee_cq_wait_init(&optee->call_queue, &w); in __optee_disable_shm_cache()455 optee_cq_wait_for_completion(&optee->call_queue, &w); in __optee_disable_shm_cache()458 optee_cq_wait_final(&optee->call_queue, &w); in __optee_disable_shm_cache()
610 mutex_destroy(&optee->call_queue.mutex); in optee_remove()716 mutex_init(&optee->call_queue.mutex); in optee_probe()717 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_probe()
90 struct optee_call_queue call_queue; member