Home
last modified time | relevance | path

Searched refs:SMR_IOV_LIMIT (Results 1 – 6 of 6) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/shm/src/
H A Dsmr_attr.c50 .iov_limit = SMR_IOV_LIMIT,
51 .rma_iov_limit = SMR_IOV_LIMIT
60 .iov_limit = SMR_IOV_LIMIT
92 .mr_iov_limit = SMR_IOV_LIMIT,
H A Dsmr.h97 #define SMR_IOV_LIMIT 4 macro
105 struct iovec iov[SMR_IOV_LIMIT];
115 struct iovec iov[SMR_IOV_LIMIT];
129 struct iovec iov[SMR_IOV_LIMIT];
H A Dsmr_atomic.c134 struct iovec iov[SMR_IOV_LIMIT]; in smr_generic_atomic()
135 struct iovec compare_iov[SMR_IOV_LIMIT]; in smr_generic_atomic()
136 struct iovec result_iov[SMR_IOV_LIMIT]; in smr_generic_atomic()
142 assert(count <= SMR_IOV_LIMIT); in smr_generic_atomic()
143 assert(result_count <= SMR_IOV_LIMIT); in smr_generic_atomic()
144 assert(compare_count <= SMR_IOV_LIMIT); in smr_generic_atomic()
145 assert(rma_count <= SMR_IOV_LIMIT); in smr_generic_atomic()
H A Dsmr_rma.c62 struct iovec rma_iovec[SMR_IOV_LIMIT]; in smr_rma_fast()
118 assert(iov_count <= SMR_IOV_LIMIT); in smr_generic_rma()
119 assert(rma_count <= SMR_IOV_LIMIT); in smr_generic_rma()
H A Dsmr_msg.c89 assert(iov_count <= SMR_IOV_LIMIT); in smr_generic_recv()
164 assert(iov_count <= SMR_IOV_LIMIT); in smr_generic_sendmsg()
H A Dsmr_progress.c379 struct iovec sar_iov[SMR_IOV_LIMIT]; in smr_progress_sar()
651 struct iovec iov[SMR_IOV_LIMIT]; in smr_progress_cmd_rma()
737 struct fi_ioc ioc[SMR_IOV_LIMIT]; in smr_progress_cmd_atomic()