Lines Matching refs:iovmax
144 static int iovmax = -1; in uv_test_getiovmax()
145 if (iovmax == -1) { in uv_test_getiovmax()
146 iovmax = sysconf(_SC_IOV_MAX); in uv_test_getiovmax()
151 if (iovmax == -1) iovmax = 1; in uv_test_getiovmax()
153 return iovmax; in uv_test_getiovmax()
3451 size_t iovmax; in fs_write_alotof_bufs() local
3466 iovmax = uv_test_getiovmax(); in fs_write_alotof_bufs()
3512 if (iovcount > iovmax) in fs_write_alotof_bufs()
3513 iovcount = iovmax; in fs_write_alotof_bufs()
3559 size_t iovmax; in fs_write_alotof_bufs_with_offset() local
3579 iovmax = uv_test_getiovmax(); in fs_write_alotof_bufs_with_offset()
3625 else if (iovcount > iovmax) in fs_write_alotof_bufs_with_offset()
3626 iovcount = iovmax; in fs_write_alotof_bufs_with_offset()