Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/scmi-msg/
A Dentry.c40 bool channel_is_busy = channel->busy; in scmi_msg_claim_channel()
43 channel->busy = true; in scmi_msg_claim_channel()
52 channel->busy = false; in scmi_msg_release_channel()
/optee_os-3.20.0/core/include/tee/
A Dtee_obj.h19 bool busy; /* true if used by an operation */ member
/optee_os-3.20.0/core/include/drivers/
A Dscmi-msg.h38 bool busy; member
/optee_os-3.20.0/core/include/kernel/
A Dtee_ta_manager.h75 bool busy; /* Context is busy and cannot be entered */ member
/optee_os-3.20.0/core/kernel/
A Dtee_ta_manager.c147 if (ctx->busy) { in tee_ta_try_set_busy()
162 while (ctx->busy) in tee_ta_try_set_busy()
167 ctx->busy = true; in tee_ta_try_set_busy()
186 assert(ctx->busy); in tee_ta_clear_busy()
187 ctx->busy = false; in tee_ta_clear_busy()
/optee_os-3.20.0/core/tee/
A Dtee_svc_cryp.c1596 if (o->busy) in syscall_cryp_obj_close()
2609 if (o1->busy) in syscall_cryp_state_alloc()
2619 if (o2->busy) in syscall_cryp_state_alloc()
2706 o1->busy = true; in syscall_cryp_state_alloc()
2710 o2->busy = true; in syscall_cryp_state_alloc()

Completed in 15 milliseconds