Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/drivers/scmi-msg/
H A Dentry.c41 bool channel_is_busy = channel->busy; in scmi_msg_claim_channel()
44 channel->busy = true; in scmi_msg_claim_channel()
53 channel->busy = false; in scmi_msg_release_channel()
/optee_os/core/include/tee/
H A Dtee_obj.h19 bool busy; /* true if used by an operation */ member
/optee_os/core/include/kernel/
H A Dtee_ta_manager.h75 bool busy; /* Context is busy and cannot be entered */ member
/optee_os/core/kernel/
H A Dtee_ta_manager.c140 if (ctx->busy) { in tee_ta_try_set_busy()
143 * TA is busy, as waiting now would only cause a in tee_ta_try_set_busy()
155 while (ctx->busy) in tee_ta_try_set_busy()
160 ctx->busy = true; in tee_ta_try_set_busy()
179 assert(ctx->busy); in tee_ta_clear_busy()
180 ctx->busy = false; in tee_ta_clear_busy()
/optee_os/core/include/drivers/
H A Dscmi-msg.h38 bool busy; member
/optee_os/core/tee/
H A Dtee_svc_cryp.c1697 if (o->busy) in syscall_cryp_obj_close()
2796 if (o1->busy) in syscall_cryp_state_alloc()
2806 if (o2->busy) in syscall_cryp_state_alloc()
2893 o1->busy = true; in syscall_cryp_state_alloc()
2897 o2->busy = true; in syscall_cryp_state_alloc()