Searched refs:call_queue (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/tee/optee/ |
| A D | smc_abi.c | 254 optee_cq_wait_init(&optee->call_queue, &w); in optee_enable_shm_cache() 262 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_enable_shm_cache() 264 optee_cq_wait_final(&optee->call_queue, &w); in optee_enable_shm_cache() 277 optee_cq_wait_init(&optee->call_queue, &w); in optee_disable_shm_cache() 295 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_disable_shm_cache() 298 optee_cq_wait_final(&optee->call_queue, &w); in optee_disable_shm_cache() 801 optee_cq_wait_init(&optee->call_queue, &w); in optee_smc_do_call_with_arg() 816 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_smc_do_call_with_arg() 835 optee_cq_wait_final(&optee->call_queue, &w); in optee_smc_do_call_with_arg() 1251 mutex_init(&optee->call_queue.mutex); in optee_probe() [all …]
|
| A D | ffa_abi.c | 544 optee_cq_wait_init(&optee->call_queue, &w); in optee_ffa_yielding_call() 563 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_ffa_yielding_call() 597 optee_cq_wait_final(&optee->call_queue, &w); in optee_ffa_yielding_call() 856 mutex_init(&optee->call_queue.mutex); in optee_ffa_probe() 857 INIT_LIST_HEAD(&optee->call_queue.waiters); in optee_ffa_probe()
|
| A D | core.c | 170 mutex_destroy(&optee->call_queue.mutex); in optee_remove_common()
|
| A D | optee_private.h | 149 struct optee_call_queue call_queue; member
|
Completed in 15 milliseconds