Lines Matching refs:mu
110 * @mu: Mutex protection on channel access
122 struct mutex mu;
138 * @mu: Mutex for protection of @channel_list
145 struct mutex mu;
433 mutex_init(&channel->mu);
450 mutex_lock(&scmi_optee_private->mu);
452 mutex_unlock(&scmi_optee_private->mu);
470 mutex_lock(&scmi_optee_private->mu);
472 mutex_unlock(&scmi_optee_private->mu);
493 mutex_lock(&channel->mu);
504 mutex_unlock(&channel->mu);
525 mutex_unlock(&channel->mu);
569 mutex_init(&agent->mu);