Home
last modified time | relevance | path

Searched refs:RING_PUSH_REQUESTS_AND_CHECK_NOTIFY (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/xen/
Dpvcalls-front.c321 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_socket()
437 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_connect()
673 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_bind()
722 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_listen()
821 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_accept()
913 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_poll_passive()
999 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_release()
/Linux-v4.19/include/xen/interface/io/
Dring.h253 #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ macro
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front_evtchnl.c351 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&evtchnl->u.req.ring, notify); in xen_drm_front_evtchnl_flush()
/Linux-v4.19/sound/xen/
Dxen_snd_front_evtchnl.c142 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&channel->u.req.ring, notify); in xen_snd_front_evtchnl_flush()
/Linux-v4.19/drivers/net/
Dxen-netfront.c342 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->rx, notify); in xennet_alloc_rx_buffers()
688 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->tx, notify); in xennet_start_xmit()
/Linux-v4.19/drivers/scsi/
Dxen-scsifront.c220 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(ring, notify); in scsifront_do_request()
/Linux-v4.19/drivers/block/
Dxen-blkfront.c865 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&rinfo->ring, notify); in flush_requests()