Lines Matching refs:msglimit
210 phs_hdr->window = iucv->msglimit;
470 iucv->msglimit = 0;
618 if (!iucv->msglimit)
619 iucv->msglimit = IUCV_HIPER_MSGLIM_DEFAULT;
633 if (!iucv->msglimit)
634 iucv->msglimit = IUCV_QUEUELEN_DEFAULT;
664 if (!iucv->msglimit)
665 iucv->msglimit = IUCV_QUEUELEN_DEFAULT;
683 iucv->path = iucv_path_alloc(iucv->msglimit,
1294 if (atomic_read(&iucv->msg_recv) > iucv->msglimit) {
1318 iucv->msglimit / 2) {
1519 iucv->msglimit = val;
1561 : iucv->msglimit; /* default */
1661 /* set message limit for path based on msglimit of accepting socket */
1662 niucv->msglimit = iucv->msglimit;
1663 path->msglim = iucv->msglimit;
1875 niucv->msglimit = iucv->msglimit;
1889 trans_hdr->window = niucv->msglimit;