Searched refs:ring_io_lock (Results 1 – 3 of 3) sorted by relevance
67 mutex_lock(&evtchnl->ring_io_lock); in xen_snd_front_stream_query_hw_param()70 mutex_unlock(&evtchnl->ring_io_lock); in xen_snd_front_stream_query_hw_param()95 mutex_lock(&evtchnl->ring_io_lock); in xen_snd_front_stream_prepare()103 mutex_unlock(&evtchnl->ring_io_lock); in xen_snd_front_stream_prepare()121 mutex_lock(&evtchnl->ring_io_lock); in xen_snd_front_stream_close()123 mutex_unlock(&evtchnl->ring_io_lock); in xen_snd_front_stream_close()142 mutex_lock(&evtchnl->ring_io_lock); in xen_snd_front_stream_write()146 mutex_unlock(&evtchnl->ring_io_lock); in xen_snd_front_stream_write()165 mutex_lock(&evtchnl->ring_io_lock); in xen_snd_front_stream_read()169 mutex_unlock(&evtchnl->ring_io_lock); in xen_snd_front_stream_read()[all …]
31 mutex_lock(&channel->ring_io_lock); in evtchnl_interrupt_req()87 mutex_unlock(&channel->ring_io_lock); in evtchnl_interrupt_req()100 mutex_lock(&channel->ring_io_lock); in evtchnl_interrupt_evt()133 mutex_unlock(&channel->ring_io_lock); in evtchnl_interrupt_evt()230 mutex_init(&channel->ring_io_lock); in evtchnl_alloc()475 mutex_lock(&evt_pair->req.ring_io_lock); in xen_snd_front_evtchnl_pair_set_connected()477 mutex_unlock(&evt_pair->req.ring_io_lock); in xen_snd_front_evtchnl_pair_set_connected()479 mutex_lock(&evt_pair->evt.ring_io_lock); in xen_snd_front_evtchnl_pair_set_connected()481 mutex_unlock(&evt_pair->evt.ring_io_lock); in xen_snd_front_evtchnl_pair_set_connected()486 mutex_lock(&evt_pair->req.ring_io_lock); in xen_snd_front_evtchnl_pair_clear()[all …]
54 struct mutex ring_io_lock; member