Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dsmc_abi.c287 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()
[all …]
H A Dffa_abi.c546 optee_cq_wait_init(&optee->call_queue, &w, system_thread); in optee_ffa_yielding_call()
565 optee_cq_wait_for_completion(&optee->call_queue, &w); in optee_ffa_yielding_call()
599 optee_cq_wait_final(&optee->call_queue, &w); in optee_ffa_yielding_call()
970 optee_cq_init(&optee->call_queue, 0); in optee_ffa_probe()
1015 mutex_destroy(&optee->call_queue.mutex); in optee_ffa_probe()
H A Dcore.c186 mutex_destroy(&optee->call_queue.mutex); in optee_remove_common()
H A Dcall.c457 optee_cq_incr_sys_thread_count(&optee->call_queue))) { in optee_system_session()
487 optee_cq_decr_sys_thread_count(&optee->call_queue); in optee_close_session_helper()
H A Doptee_private.h229 struct optee_call_queue call_queue; member