Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/kernel/
A Dtee_ta_manager.h76 struct condvar busy_cv; /* CV used when context is busy */ member
/optee_os-3.20.0/core/kernel/
A Duser_ta.c437 condvar_init(&utc->ta_ctx.busy_cv); in tee_ta_init_user_ta_session()
495 condvar_destroy(&utc->ta_ctx.busy_cv); in tee_ta_init_user_ta_session()
A Dtee_ta_manager.c163 condvar_wait(&ctx->busy_cv, &tee_ta_mutex); in tee_ta_try_set_busy()
188 condvar_signal(&ctx->busy_cv); in tee_ta_clear_busy()
328 condvar_destroy(&ctx->busy_cv); in destroy_context()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c100 condvar_init(&spc->ta_ctx.busy_cv); in stmm_alloc_ctx()

Completed in 8 milliseconds