Searched refs:busy (Results 1 – 6 of 6) sorted by relevance
41 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()
19 bool busy; /* true if used by an operation */ member
75 bool busy; /* Context is busy and cannot be entered */ member
140 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()
38 bool busy; member
1697 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()