Home
last modified time | relevance | path

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

/include/xen/interface/io/
A Dring.h163 #define RING_SIZE(_r) \ macro
168 (RING_SIZE(_r) - ((_r)->req_prod_pvt - (_r)->rsp_cons))
182 unsigned int rsp = RING_SIZE(_r) - \
194 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))
197 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
218 (((_cons) - (_r)->rsp_prod_pvt) >= RING_SIZE(_r))
222 (((_prod) - (_r)->rsp_prod_pvt) > RING_SIZE(_r))
226 (((_prod) - (_r)->rsp_cons) > RING_SIZE(_r))

Completed in 3 milliseconds