Searched refs:req_cons (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/xen/interface/io/
H A Dring.h146 RING_IDX req_cons; \
188 (_r)->req_cons = 0; \
204 (_r)->req_cons = (_s)->req_prod; \
228 unsigned int req = (_r)->sring->req_prod - (_r)->req_cons; \
230 ((_r)->req_cons - (_r)->rsp_prod_pvt); \
236 ((((_r)->sring->req_prod - (_r)->req_cons) < \
237 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt))) ? \
238 ((_r)->sring->req_prod - (_r)->req_cons) : \
239 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt)))
316 (_r)->sring->req_event = (_r)->req_cons
[all...]
H A Dxs_wire.h113 XENSTORE_RING_IDX req_cons, req_prod; member in struct:xenstore_domain_interface
/freebsd-10.2-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c398 xnb_unit_pvt.txb.req_cons);
422 xnb_unit_pvt.txb.req_cons);
459 xnb_unit_pvt.txb.req_cons);
502 xnb_unit_pvt.txb.req_cons);
550 xnb_unit_pvt.txb.req_cons);
586 xnb_unit_pvt.txb.req_cons);
615 xnb_unit_pvt.txb.req_cons = rsize - 2;
638 xnb_unit_pvt.txb.req_cons);
660 xnb_unit_pvt.txb.req_cons);
688 xnb_unit_pvt.txb.req_cons);
[all...]
H A Dnetback.c126 * value of req_cons
561 "\t%16s %18d %18d\n" /* req_cons */
570 "req_cons", txb->req_cons, rxb->req_cons,
1454 txb->sring->req_event = txb->req_cons + 1;
1813 num_consumed = xnb_ring2pkt(&pkt, txb, txb->req_cons);
1827 txb->req_cons += num_consumed;
1859 txb->req_cons += num_consumed;
2124 ring->req_cons
[all...]
/freebsd-10.2-release/sys/dev/xen/blkback/
H A Dblkback.c1323 if (xbb->rings.common.rsp_prod_pvt == xbb->rings.common.req_cons) {
1829 while (rings->common.req_cons != rp
1831 rings->common.req_cons) == 0){
1839 rings->common.req_cons);
1846 &xbb->rings.x86_32, rings->common.req_cons);
1857 rings->common.req_cons);
1893 xbb->rings.common.req_cons);
1916 xbb->rings.common.req_cons++;
/freebsd-10.2-release/sys/xen/xenstore/
H A Dxenstore.c458 cons = xen_store->req_cons;
485 xen_store->req_cons = xen_store->req_prod = 0;

Completed in 66 milliseconds