Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c125 struct mutex in_mutex; /* serialize fops on FPGA to host stream */ member
1446 rc = mutex_lock_interruptible(&chan->in_mutex); in xillyusb_read()
1598 mutex_unlock(&chan->in_mutex); in xillyusb_read()
1799 mutex_lock(&chan->in_mutex); in xillyusb_llseek()
1836 mutex_unlock(&chan->in_mutex); in xillyusb_llseek()
1957 mutex_init(&chan->in_mutex); in setup_channels()
/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c67 struct mutex in_mutex; member
411 mutex_init(&map->active.in_mutex); in create_active()
647 mutex_lock(&map->active.in_mutex); in pvcalls_front_recvmsg()
665 mutex_unlock(&map->active.in_mutex); in pvcalls_front_recvmsg()