XEN_9PFS_RING_SIZE 135 net/9p/trans_xen.c return XEN_9PFS_RING_SIZE - XEN_9PFS_RING_SIZE 136 net/9p/trans_xen.c xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE) >= size; XEN_9PFS_RING_SIZE 170 net/9p/trans_xen.c if (XEN_9PFS_RING_SIZE - xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE 171 net/9p/trans_xen.c XEN_9PFS_RING_SIZE) < size) { XEN_9PFS_RING_SIZE 176 net/9p/trans_xen.c masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE); XEN_9PFS_RING_SIZE 177 net/9p/trans_xen.c masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE); XEN_9PFS_RING_SIZE 180 net/9p/trans_xen.c &masked_prod, masked_cons, XEN_9PFS_RING_SIZE); XEN_9PFS_RING_SIZE 210 net/9p/trans_xen.c if (xen_9pfs_queued(prod, cons, XEN_9PFS_RING_SIZE) < XEN_9PFS_RING_SIZE 216 net/9p/trans_xen.c masked_prod = xen_9pfs_mask(prod, XEN_9PFS_RING_SIZE); XEN_9PFS_RING_SIZE 217 net/9p/trans_xen.c masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE); XEN_9PFS_RING_SIZE 222 net/9p/trans_xen.c XEN_9PFS_RING_SIZE); XEN_9PFS_RING_SIZE 236 net/9p/trans_xen.c masked_cons = xen_9pfs_mask(cons, XEN_9PFS_RING_SIZE); XEN_9PFS_RING_SIZE 240 net/9p/trans_xen.c XEN_9PFS_RING_SIZE); XEN_9PFS_RING_SIZE 359 net/9p/trans_xen.c ring->data.out = bytes + XEN_9PFS_RING_SIZE;