Lines Matching refs:iovmax
143 static int iovmax = -1;
144 if (iovmax == -1) {
145 iovmax = sysconf(_SC_IOV_MAX);
150 if (iovmax == -1) iovmax = 1;
152 return iovmax;
3406 size_t iovmax;
3421 iovmax = uv_test_getiovmax();
3467 if (iovcount > iovmax)
3468 iovcount = iovmax;
3514 size_t iovmax;
3534 iovmax = uv_test_getiovmax();
3580 else if (iovcount > iovmax)
3581 iovcount = iovmax;