Home
last modified time | relevance | path

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

/linux/net/9p/
A Dtrans_xen.c111 return XEN_9PFS_RING_SIZE(ring) - in p9_xen_write_todo()
146 if (XEN_9PFS_RING_SIZE(ring) - in p9_xen_request()
152 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
153 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
157 XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
187 if (xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < in p9_xen_response()
193 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
194 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
199 XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
223 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_response()
[all …]

Completed in 5 milliseconds