Searched refs:msgq_mutex (Results 1 – 2 of 2) sorted by relevance
513 mutex_init(&chan->msgq_mutex); in bcm_vk_msg_chan_init()621 mutex_lock(&chan->msgq_mutex); in bcm_to_v_msg_enqueue()629 mutex_unlock(&chan->msgq_mutex); in bcm_to_v_msg_enqueue()632 mutex_lock(&chan->msgq_mutex); in bcm_to_v_msg_enqueue()636 mutex_unlock(&chan->msgq_mutex); in bcm_to_v_msg_enqueue()681 mutex_unlock(&chan->msgq_mutex); in bcm_to_v_msg_enqueue()800 mutex_lock(&chan->msgq_mutex); in bcm_to_h_msg_dequeue()925 mutex_unlock(&chan->msgq_mutex); in bcm_to_h_msg_dequeue()
134 struct mutex msgq_mutex; member