Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/xen/
H A Dxbd_xenbus.c96 #define XBD_RING_SIZE __CONST_RING_SIZE(blkif, PAGE_SIZE) macro
153 struct xbd_req sc_reqs[XBD_RING_SIZE];
156 struct xbd_indirect sc_indirect[XBD_RING_SIZE];
306 for (i = 0; i < XBD_RING_SIZE; i++) { in xbd_xenbus_attach()
314 for (i = 0; i < XBD_RING_SIZE; i++) { in xbd_xenbus_attach()
345 for (i = 0; i < XBD_RING_SIZE; i++) { in xbd_xenbus_attach()
454 for (i = 0; i < XBD_RING_SIZE; i++) { in xbd_xenbus_detach()
550 for (int i = 0; i < XBD_RING_SIZE; i++) { in xbd_xenbus_resume()