Home
last modified time | relevance | path

Searched refs:send_width (Results 1 – 12 of 12) sorted by relevance

/external/netperf/src/
Dnettest_unix.c342 if (send_width == 0) { in send_stream_stream()
343 send_width = (lss_size/send_size) + 1; in send_stream_stream()
344 if (send_width == 1) send_width++; in send_stream_stream()
347 send_ring = allocate_buffer_ring(send_width, in send_stream_stream()
1131 if (send_width == 0) send_width = 1; in send_stream_rr()
1134 send_ring = allocate_buffer_ring(send_width, in send_stream_rr()
1632 if (send_width == 0) send_width = 32; in send_dg_stream()
1634 send_ring = allocate_buffer_ring(send_width, in send_dg_stream()
2807 if (send_width == 0) send_width = 1; in recv_dg_rr()
2815 send_ring = allocate_buffer_ring(send_width, in recv_dg_rr()
[all …]
Dnettest_sdp.c333 if (send_width == 0) { in send_sdp_stream()
334 send_width = (lss_size/send_size) + 1; in send_sdp_stream()
335 if (send_width == 1) send_width++; in send_sdp_stream()
343 send_ring = allocate_buffer_ring(send_width, in send_sdp_stream()
2043 if (send_width == 0) { in recv_sdp_maerts()
2044 send_width = (lsr_size/send_size) + 1; in recv_sdp_maerts()
2045 if (send_width == 1) send_width++; in recv_sdp_maerts()
2048 send_ring = allocate_buffer_ring(send_width, in recv_sdp_maerts()
2419 if (send_width == 0) send_width = 1; in send_sdp_rr()
2423 send_ring = allocate_buffer_ring(send_width, in send_sdp_rr()
[all …]
Dnettest_sctp.c491 if (send_width == 0) { in send_sctp_stream()
492 send_width = (lss_size/send_size) + 1; in send_sctp_stream()
493 if (send_width == 1) send_width++; in send_sctp_stream()
501 send_ring = allocate_buffer_ring(send_width, in send_sctp_stream()
1614 if (send_width == 0) { in send_sctp_stream_1toMany()
1615 send_width = (lss_size/send_size) + 1; in send_sctp_stream_1toMany()
1616 if (send_width == 1) send_width++; in send_sctp_stream_1toMany()
1624 send_ring = allocate_buffer_ring(send_width, in send_sctp_stream_1toMany()
2692 if (send_width == 0) send_width = 1; in send_sctp_rr()
2696 send_ring = allocate_buffer_ring(send_width, in send_sctp_rr()
[all …]
Dnettest_bsd.c1870 if (send_width == 0) { in send_tcp_stream()
1871 send_width = (lss_size/send_size) + 1; in send_tcp_stream()
1872 if (send_width == 1) send_width++; in send_tcp_stream()
1880 send_ring = allocate_buffer_ring(send_width, in send_tcp_stream()
3528 if (send_width == 0) { in send_exs_tcp_stream()
3529 send_width = (lss_size/send_size) + 1; in send_exs_tcp_stream()
3530 if (send_width == 1) send_width++; in send_exs_tcp_stream()
3538 send_ring = allocate_exs_buffer_ring(send_width, in send_exs_tcp_stream()
4315 if (send_width == 0) {
4316 send_width = (lss_size/send_size) + 1;
[all …]
Dnettest_xti.c692 if (send_width == 0) { in send_xti_tcp_stream()
693 send_width = (lss_size/send_size) + 1; in send_xti_tcp_stream()
694 if (send_width == 1) send_width++; in send_xti_tcp_stream()
702 send_ring = allocate_buffer_ring(send_width, in send_xti_tcp_stream()
1862 if (send_width == 0) send_width = 1; in send_xti_tcp_rr()
1866 send_ring = allocate_buffer_ring(send_width, in send_xti_tcp_rr()
2605 if (send_width == 0) send_width = 32; in send_xti_udp_stream()
2608 send_ring = allocate_buffer_ring(send_width, in send_xti_udp_stream()
3576 if (send_width == 0) send_width = 1; in send_xti_udp_rr()
3580 send_ring = allocate_buffer_ring(send_width, in send_xti_udp_rr()
[all …]
Dnettest_omni.c1985 &send_width, 1, 0, NETPERF_TYPE_INT32); in print_omni_init_list()
3857 if (send_width == 0) send_width = 1; in send_omni_inner()
3865 if (send_width == 0) in send_omni_inner()
3866 send_width = (lss_size/send_size) + 1; in send_omni_inner()
3867 if (send_width == 1) send_width++; in send_omni_inner()
3871 send_ring = allocate_buffer_ring(send_width, in send_omni_inner()
3879 send_width); in send_omni_inner()
3944 omni_request->send_width = send_width; in send_omni_inner()
4046 remote_send_width = omni_response->send_width; in send_omni_inner()
5140 omni_response->send_width = omni_request->send_width; in recv_omni()
[all …]
Dnetsh.h163 extern int send_width;
Dnettest_bsd.h57 uint32_t send_width; /* number of send buffers to use */ member
108 int32_t send_width; member
Dnettest_dlpi.c521 if (send_width == 0) { in send_dlpi_co_stream()
522 send_width = (lsw_size/send_size) + 1; in send_dlpi_co_stream()
523 if (send_width == 1) send_width++; in send_dlpi_co_stream()
526 send_ring = allocate_buffer_ring(send_width, in send_dlpi_co_stream()
1962 if (send_width == 0) send_width = 32; in send_dlpi_cl_stream()
1963 message = (char *)malloc(send_size * (send_width + 1) + local_send_align + local_send_offset); in send_dlpi_cl_stream()
1965 …printf("malloc(%d) failed!\n", send_size * (send_width + 1) + local_send_align + local_send_offset… in send_dlpi_cl_stream()
Dnetsh.c202 int send_width; variable
864 send_width = convert(arg1); in scan_cmd_line()
/external/netperf/doc/
Dnetperf.texi1720 file must be larger than send_width * send_size
Dnetperf.info1606 file must be larger than send_width * send_size