Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/9p/
H A Dtrans_xen.c47 #define XEN_9PFS_RING_SIZE(ring) XEN_FLEX_RING_SIZE(ring->intf->ring_order) macro
135 return XEN_9PFS_RING_SIZE(ring) - in p9_xen_write_todo()
136 xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) >= size; in p9_xen_write_todo()
170 if (XEN_9PFS_RING_SIZE(ring) - in p9_xen_request()
171 xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < size) { in p9_xen_request()
176 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
177 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
181 XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
211 if (xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < in p9_xen_response()
217 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(rin in p9_xen_response()
[all...]
/kernel/linux/linux-6.6/net/9p/
H A Dtrans_xen.c24 #define XEN_9PFS_RING_SIZE(ring) XEN_FLEX_RING_SIZE(ring->intf->ring_order) macro
112 return XEN_9PFS_RING_SIZE(ring) - in p9_xen_write_todo()
113 xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) >= size; in p9_xen_write_todo()
147 if (XEN_9PFS_RING_SIZE(ring) - in p9_xen_request()
148 xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < size) { in p9_xen_request()
153 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
154 masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
158 XEN_9PFS_RING_SIZE(ring)); in p9_xen_request()
188 if (xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE(ring)) < in p9_xen_response()
194 masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE(rin in p9_xen_response()
[all...]

Completed in 2 milliseconds