Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/io/
A Dring.h119 RING_IDX req_prod, req_event; \
172 (_s)->req_prod = (_s)->rsp_prod = 0; \
212 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
220 ((((_r)->sring->req_prod - (_r)->req_cons) < \
222 ((_r)->sring->req_prod - (_r)->req_cons) : \
257 (_r)->sring->req_prod = (_r)->req_prod_pvt; \
296 RING_IDX __old = (_r)->sring->req_prod; \
299 (_r)->sring->req_prod = __new; \
A Dxs_wire.h123 XENSTORE_RING_IDX req_cons, req_prod; member
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dxenbus.c93 rings->req_cons = rings->req_prod = 0; in xenbus_shutdown()
115 MASK_XENSTORE_IDX(rings->req_prod - rings->req_cons)) == 0 ) in ring_write()
118 if ( part > (XENSTORE_RING_SIZE - MASK_XENSTORE_IDX(rings->req_prod)) ) in ring_write()
119 part = XENSTORE_RING_SIZE - MASK_XENSTORE_IDX(rings->req_prod); in ring_write()
124 memcpy(rings->req + MASK_XENSTORE_IDX(rings->req_prod), in ring_write()
127 rings->req_prod += part; in ring_write()
/xen-4.10.0-shim-comet/xen/common/
A Dvm_event.c277 RING_IDX req_prod; in vm_event_put_request() local
303 req_prod = front_ring->req_prod_pvt; in vm_event_put_request()
304 memcpy(RING_GET_REQUEST(front_ring, req_prod), req, sizeof(*req)); in vm_event_put_request()
305 req_prod++; in vm_event_put_request()
308 front_ring->req_prod_pvt = req_prod; in vm_event_put_request()
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/
A Dxs_ring_stubs.c57 prod = *(volatile uint32_t*)&intf->req_prod; in ml_interface_read()
181 intf->req_cons = intf->req_prod = intf->rsp_cons = intf->rsp_prod = 0; in ml_interface_close()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstored_domain.c153 prod = intf->req_prod; in readchn()
273 return (intf->req_cons != intf->req_prod); in domain_can_read()
367 domain->interface->req_cons = domain->interface->req_prod = 0; in domain_conn_reset()
/xen-4.10.0-shim-comet/docs/misc/
A Dnetif-staging-grants.pandoc86 | req_prod | req_event |
142 10) Update the request producer index (`req_prod`)
281 | req_prod | req_event |
381 26) Update the request producer index (`req_prod`)
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dblock-log.c495 reqend = s->sring->req_prod; in ctl_kick()
A Dtapdisk-vbd.c1565 rp = ring->fe_ring.sring->req_prod; in tapdisk_vbd_pull_ring_requests()

Completed in 14 milliseconds