net/9p/trans_xen.c
113
return XEN_9PFS_RING_SIZE(ring) -
net/9p/trans_xen.c
114
xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) >= size;
net/9p/trans_xen.c
148
if (XEN_9PFS_RING_SIZE(ring) -
net/9p/trans_xen.c
149
xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < size) {
net/9p/trans_xen.c
154
masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring));
net/9p/trans_xen.c
155
masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring));
net/9p/trans_xen.c
159
XEN_9PFS_RING_SIZE(ring));
net/9p/trans_xen.c
189
if (xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) <
net/9p/trans_xen.c
195
masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring));
net/9p/trans_xen.c
196
masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring));
net/9p/trans_xen.c
201
XEN_9PFS_RING_SIZE(ring));
net/9p/trans_xen.c
225
masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring));
net/9p/trans_xen.c
229
XEN_9PFS_RING_SIZE(ring));