Home
last modified time | relevance | path

Searched refs:MAX_IOV (Results 1 – 7 of 7) sorted by relevance

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-ioprio.c37 #define MAX_IOV (4) macro
71 struct iovec iov[MAX_IOV]; in stress_ioprio()
72 char buffer[MAX_IOV][BUF_SIZE]; in stress_ioprio()
135 for (i = 0; i < MAX_IOV; i++) { in stress_ioprio()
141 if (pwritev(fd, iov, MAX_IOV, (off_t)512 * stress_mwc16()) < 0) { in stress_ioprio()
177 if (pwritev(fd, iov, MAX_IOV, (off_t)512 * stress_mwc16()) < 0) { in stress_ioprio()
203 if (pwritev(fd, iov, MAX_IOV, (off_t)512 * stress_mwc16()) < 0) { in stress_ioprio()
227 if (pwritev(fd, iov, MAX_IOV, (off_t)512 * stress_mwc16()) < 0) { in stress_ioprio()
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/ucp/
H A Ducp_datatype.h26 MAX_IOV = 40 enumerator
114 ucp_dt_iov_t m_iov[MAX_IOV];
H A Dtest_ucp_tag_xfer.cc984 const size_t iovcnt = ucp::data_type_desc_t::MAX_IOV;
/dports/security/gnutls/gnutls-3.6.16/tests/
H A Diov.c196 #define MAX_IOV 16 macro
205 giovec_t iov[MAX_IOV]; in doit()
/dports/net/ortp/ortp-1.0.2-0/src/
H A Drtpsession_inet.c996 #define MAX_IOV 30 macro
1000 struct iovec iov[MAX_IOV]; in rtp_sendmsg()
1002 for(iovlen=0; iovlen<MAX_IOV && m!=NULL; m=m->b_cont,iovlen++){ in rtp_sendmsg()
1006 if (iovlen==MAX_IOV){ in rtp_sendmsg()
/dports/x11/libxcb/libxcb-1.14/
H A DNEWS117 * Allow xcb_send_request with >MAX_IOV iovecs
H A DChangeLog3071 Allow xcb_send_request with >MAX_IOV iovecs