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