Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/xen/
Dpvcalls-front.c318 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_socket()
463 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_connect()
695 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_bind()
744 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_listen()
854 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_accept()
946 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_poll_passive()
1032 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&bedata->ring, notify); in pvcalls_front_release()
/Linux-v5.4/include/xen/interface/io/
Dring.h253 #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ macro
/Linux-v5.4/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-v5.4/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-v5.4/drivers/net/
Dxen-netfront.c340 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->rx, notify); in xennet_alloc_rx_buffers()
685 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&queue->tx, notify); in xennet_start_xmit()
/Linux-v5.4/drivers/scsi/
Dxen-scsifront.c220 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(ring, notify); in scsifront_do_request()
/Linux-v5.4/drivers/block/
Dxen-blkfront.c865 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&rinfo->ring, notify); in flush_requests()