Home
last modified time | relevance | path

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

/external/netperf/
Dnettest_unix.c344 if (send_width == 0) { in send_stream_stream()
345 send_width = (lss_size/send_size) + 1; in send_stream_stream()
346 if (send_width == 1) send_width++; in send_stream_stream()
349 send_ring = allocate_buffer_ring(send_width, in send_stream_stream()
1132 if (send_width == 0) send_width = 1; in send_stream_rr()
1135 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()
2803 if (send_width == 0) send_width = 1; in recv_dg_rr()
2811 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.c502 if (send_width == 0) {
503 send_width = (lss_size/send_size) + 1;
504 if (send_width == 1) send_width++;
512 send_ring = allocate_buffer_ring(send_width,
1630 if (send_width == 0) {
1631 send_width = (lss_size/send_size) + 1;
1632 if (send_width == 1) send_width++;
1640 send_ring = allocate_buffer_ring(send_width,
2711 if (send_width == 0) send_width = 1;
2715 send_ring = allocate_buffer_ring(send_width,
[all …]
Dnettest_bsd.c1410 if (send_width == 0) { in send_tcp_stream()
1411 send_width = (lss_size/send_size) + 1; in send_tcp_stream()
1412 if (send_width == 1) send_width++; in send_tcp_stream()
1420 send_ring = allocate_buffer_ring(send_width, in send_tcp_stream()
2836 if (send_width == 0) { in send_exs_tcp_stream()
2837 send_width = (lss_size/send_size) + 1; in send_exs_tcp_stream()
2838 if (send_width == 1) send_width++; in send_exs_tcp_stream()
2846 send_ring = allocate_exs_buffer_ring(send_width, in send_exs_tcp_stream()
3634 if (send_width == 0) {
3635 send_width = (lss_size/send_size) + 1;
[all …]
Dnettest_xti.c693 if (send_width == 0) { in send_xti_tcp_stream()
694 send_width = (lss_size/send_size) + 1; in send_xti_tcp_stream()
695 if (send_width == 1) send_width++; in send_xti_tcp_stream()
703 send_ring = allocate_buffer_ring(send_width, in send_xti_tcp_stream()
1863 if (send_width == 0) send_width = 1; in send_xti_tcp_rr()
1867 send_ring = allocate_buffer_ring(send_width, in send_xti_tcp_rr()
2606 if (send_width == 0) send_width = 32; in send_xti_udp_stream()
2609 send_ring = allocate_buffer_ring(send_width, in send_xti_udp_stream()
3577 if (send_width == 0) send_width = 1; in send_xti_udp_rr()
3581 send_ring = allocate_buffer_ring(send_width, in send_xti_udp_rr()
[all …]
Dnetsh.h108 extern int send_width;
Dnettest_dlpi.c281 if (send_width == 0) { in send_dlpi_co_stream()
282 send_width = (lsw_size/send_size) + 1; in send_dlpi_co_stream()
283 if (send_width == 1) send_width++; in send_dlpi_co_stream()
286 send_ring = allocate_buffer_ring(send_width, in send_dlpi_co_stream()
1722 if (send_width == 0) send_width = 32; in send_dlpi_cl_stream()
1723 message = (char *)malloc(send_size * (send_width + 1) + local_send_align + local_send_offset); in send_dlpi_cl_stream()
1725 …printf("malloc(%d) failed!\n", send_size * (send_width + 1) + local_send_align + local_send_offset… in send_dlpi_cl_stream()
Dnetsh.c214 int send_width; variable
685 send_width = convert(arg1); in scan_cmd_line()