Lines Matching refs:array_size
498 RING_IDX array_size = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER);
509 size = pvcalls_queued(prod, cons, array_size);
510 if (size > array_size)
512 if (size == array_size)
514 if (len > array_size - size)
515 len = array_size - size;
517 masked_prod = pvcalls_mask(prod, array_size);
518 masked_cons = pvcalls_mask(cons, array_size);
523 if (len > array_size - masked_prod) {
525 array_size - masked_prod, msg_iter);
526 if (ret != array_size - masked_prod) {
594 RING_IDX array_size = XEN_FLEX_RING_SIZE(PVCALLS_RING_ORDER);
603 size = pvcalls_queued(prod, cons, array_size);
604 masked_prod = pvcalls_mask(prod, array_size);
605 masked_cons = pvcalls_mask(cons, array_size);
616 if (len > (array_size - masked_cons)) {
618 array_size - masked_cons, msg_iter);
619 if (ret != array_size - masked_cons) {