RING_SIZE 160 include/xen/interface/io/ring.h (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons)) RING_SIZE 175 include/xen/interface/io/ring.h unsigned int rsp = RING_SIZE(_r) - \ RING_SIZE 182 include/xen/interface/io/ring.h (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req)) RING_SIZE 185 include/xen/interface/io/ring.h (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp)) RING_SIZE 189 include/xen/interface/io/ring.h (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r)) RING_SIZE 193 include/xen/interface/io/ring.h (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))