Searched refs:req_cons (Results 1 – 10 of 10) sorted by relevance
145 RING_IDX req_cons; \187 (_r)->req_cons = 0; \212 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \214 ((_r)->req_cons - (_r)->rsp_prod_pvt); \220 ((((_r)->sring->req_prod - (_r)->req_cons) < \221 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt))) ? \222 ((_r)->sring->req_prod - (_r)->req_cons) : \223 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt)))318 (_r)->sring->req_event = (_r)->req_cons + 1; \
123 XENSTORE_RING_IDX req_cons, req_prod; member
56 cons = *(volatile uint32_t*)&intf->req_cons; in ml_interface_read()91 intf->req_cons += len; in ml_interface_read()181 intf->req_cons = intf->req_prod = intf->rsp_cons = intf->rsp_prod = 0; in ml_interface_close()
309 RING_IDX req_cons; in get_request() local312 req_cons = back_ring->req_cons; in get_request()315 memcpy(req, RING_GET_REQUEST(back_ring, req_cons), sizeof(*req)); in get_request()316 req_cons++; in get_request()319 back_ring->req_cons = req_cons; in get_request()320 back_ring->sring->req_event = req_cons + 1; in get_request()
559 RING_IDX req_cons; in get_request() local562 req_cons = back_ring->req_cons; in get_request()565 memcpy(req, RING_GET_REQUEST(back_ring, req_cons), sizeof(*req)); in get_request()566 req_cons++; in get_request()569 back_ring->req_cons = req_cons; in get_request()570 back_ring->sring->req_event = req_cons + 1; in get_request()
93 rings->req_cons = rings->req_prod = 0; in xenbus_shutdown()115 MASK_XENSTORE_IDX(rings->req_prod - rings->req_cons)) == 0 ) in ring_write()
152 cons = intf->req_cons; in readchn()167 intf->req_cons += len; 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()
494 reqstart = s->bring.req_cons; in ctl_kick()503 s->bring.req_cons = ++reqstart; in ctl_kick()
1568 for (rc = ring->fe_ring.req_cons; rc != rp; rc++) { in tapdisk_vbd_pull_ring_requests()1570 ++ring->fe_ring.req_cons; in tapdisk_vbd_pull_ring_requests()
337 8) Update the request consumer index (`req_cons`)
Completed in 16 milliseconds