Searched refs:ring_io_lock (Results 1 - 3 of 3) sorted by path

/linux-master/sound/xen/
H A Dxen_snd_front.c67 mutex_lock(&evtchnl->ring_io_lock);
70 mutex_unlock(&evtchnl->ring_io_lock);
95 mutex_lock(&evtchnl->ring_io_lock);
104 mutex_unlock(&evtchnl->ring_io_lock);
122 mutex_lock(&evtchnl->ring_io_lock);
124 mutex_unlock(&evtchnl->ring_io_lock);
143 mutex_lock(&evtchnl->ring_io_lock);
147 mutex_unlock(&evtchnl->ring_io_lock);
166 mutex_lock(&evtchnl->ring_io_lock);
170 mutex_unlock(&evtchnl->ring_io_lock);
[all...]
H A Dxen_snd_front_evtchnl.c31 mutex_lock(&channel->ring_io_lock);
83 mutex_unlock(&channel->ring_io_lock);
96 mutex_lock(&channel->ring_io_lock);
129 mutex_unlock(&channel->ring_io_lock);
219 mutex_init(&channel->ring_io_lock);
447 mutex_lock(&evt_pair->req.ring_io_lock);
449 mutex_unlock(&evt_pair->req.ring_io_lock);
451 mutex_lock(&evt_pair->evt.ring_io_lock);
453 mutex_unlock(&evt_pair->evt.ring_io_lock);
458 mutex_lock(&evt_pair->req.ring_io_lock);
[all...]
H A Dxen_snd_front_evtchnl.h45 struct mutex ring_io_lock; member in struct:xen_snd_front_evtchnl

Completed in 365 milliseconds