Home
last modified time | relevance | path

Searched refs:busy_cv (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Duser_ta.c493 condvar_init(&utc->ta_ctx.busy_cv); in tee_ta_init_user_ta_session()
505 condvar_destroy(&utc->ta_ctx.busy_cv); in tee_ta_init_user_ta_session()
550 condvar_destroy(&utc->ta_ctx.busy_cv); in tee_ta_complete_user_ta_session()
H A Dtee_ta_manager.c156 condvar_wait(&ctx->busy_cv, &tee_ta_mutex); in tee_ta_try_set_busy()
181 condvar_signal(&ctx->busy_cv); in tee_ta_clear_busy()
327 condvar_destroy(&ctx->busy_cv); in destroy_context()
/optee_os/core/include/kernel/
H A Dtee_ta_manager.h78 struct condvar busy_cv; /* CV used when context is busy */ member
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c112 condvar_init(&spc->ta_ctx.busy_cv); in stmm_alloc_ctx()