Home
last modified time | relevance | path

Searched refs:call_queue (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/tee/optee/
Dcall.c145 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()
Dcore.c625 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()
Doptee_private.h94 struct optee_call_queue call_queue; member