Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_dev.c125 unsigned int read_cons, read_prod; member
455 while (xbs->read_prod == xbs->read_cons) { in xenbusdrv_read()
462 idx = XENBUSDRV_MASK_READ_IDX(xbs->read_cons); in xenbusdrv_read()
465 len = xbs->read_prod - xbs->read_cons; in xenbusdrv_read()
473 xbs->read_cons += res - uiop->uio_resid; in xenbusdrv_read()
494 (xbs->read_prod - xbs->read_cons); in xenbusdrv_queue_reply()