Lines Matching refs:iovmax
134 static int iovmax = -1; in uv_test_getiovmax()
135 if (iovmax == -1) { in uv_test_getiovmax()
136 iovmax = sysconf(_SC_IOV_MAX); in uv_test_getiovmax()
141 if (iovmax == -1) iovmax = 1; in uv_test_getiovmax()
143 return iovmax; in uv_test_getiovmax()
3174 size_t iovmax; in fs_write_alotof_bufs() local
3189 iovmax = uv_test_getiovmax(); in fs_write_alotof_bufs()
3235 if (iovcount > iovmax) in fs_write_alotof_bufs()
3236 iovcount = iovmax; in fs_write_alotof_bufs()
3281 size_t iovmax; in fs_write_alotof_bufs_with_offset() local
3301 iovmax = uv_test_getiovmax(); in fs_write_alotof_bufs_with_offset()
3347 else if (iovcount > iovmax) in fs_write_alotof_bufs_with_offset()
3348 iovcount = iovmax; in fs_write_alotof_bufs_with_offset()