Searched refs:call_queue (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/tee/optee/ |
H A D | smc_abi.c | 287 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 D | ffa_abi.c | 546 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 D | core.c | 186 mutex_destroy(&optee->call_queue.mutex); in optee_remove_common()
|
H A D | call.c | 457 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 D | optee_private.h | 229 struct optee_call_queue call_queue; member
|