Home
last modified time | relevance | path

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

/titanic_44/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()
465 len = xbs->read_prod - xbs->read_cons; in xenbusdrv_read()
494 (xbs->read_prod - xbs->read_cons); in xenbusdrv_queue_reply()
501 for (i = 0; i < sizeof (*msg); i++, xbs->read_prod++) { in xenbusdrv_queue_reply()
502 xbs->read_buffer[XENBUSDRV_MASK_READ_IDX(xbs->read_prod)] = in xenbusdrv_queue_reply()
506 for (i = 0; i < msg->len; i++, xbs->read_prod++) { in xenbusdrv_queue_reply()
507 xbs->read_buffer[XENBUSDRV_MASK_READ_IDX(xbs->read_prod)] = in xenbusdrv_queue_reply()