Searched refs:req_cons (Results 1 – 3 of 3) sorted by relevance
130 RING_IDX req_cons; \172 (_r)->req_cons = 0; \197 UINT32 req = (_r)->sring->req_prod - (_r)->req_cons; \199 ((_r)->req_cons - (_r)->rsp_prod_pvt); \205 ((((_r)->sring->req_prod - (_r)->req_cons) < \206 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt))) ? \207 ((_r)->sring->req_prod - (_r)->req_cons) : \208 (RING_SIZE(_r) - ((_r)->req_cons - (_r)->rsp_prod_pvt)))289 (_r)->sring->req_event = (_r)->req_cons + 1; \
119 XENSTORE_RING_IDX req_cons, req_prod; member
469 Cons = xs.XenStore->req_cons; in XenStoreWriteStore()490 xs.XenStore->req_cons = xs.XenStore->req_prod = 0; in XenStoreWriteStore()1151 xs.XenStore->req_cons = xs.XenStore->req_prod = 0; in XenStoreDeinit()