Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Dring.h306 #define RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(_r, _notify) do { \ macro
/freebsd/sys/dev/xen/netfront/
H A Dnetfront.c1197 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&rxq->ring, notify); in xn_alloc_rx_buffers()
2207 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&txq->ring, notify); in xn_txq_mq_start_locked()
/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c137 RING_PUSH_REQUESTS_AND_CHECK_NOTIFY(&sc->xbd_ring, notify); in xbd_flush_requests()