Home
last modified time | relevance | path

Searched refs:msgq_mutex (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.c513 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()
H A Dbcm_vk_msg.h134 struct mutex msgq_mutex; member