Home
last modified time | relevance | path

Searched refs:clean_count (Results 1 – 14 of 14) sorted by relevance

/external/netperf/
Dnettest_sdp.h34 int clean_count; /* how many integers should be read from the */ member
132 int clean_count; /* how many integers should be read from the */ member
Dnettest_bsd.h38 int clean_count; /* how many integers should be read from the */ member
89 int clean_count; /* how many integers should be read from the */ member
Dnettest_sctp.h29 int clean_count; /* how many integers should be read from the */ member
Dnettest_sctp.c559 sctp_stream_request->clean_count = rem_clean_count;
1083 int clean_count; in recv_sctp_stream() local
1318 clean_count = sctp_stream_request->clean_count; in recv_sctp_stream()
1324 for (i = 0; i < clean_count; i++) { in recv_sctp_stream()
1387 for (i = 0; i < clean_count; i++) { in recv_sctp_stream()
1687 sctp_stream_request->clean_count = rem_clean_count;
2244 int clean_count; in recv_sctp_stream_1toMany() local
2458 clean_count = sctp_stream_request->clean_count; in recv_sctp_stream_1toMany()
2464 for (i = 0; i < clean_count; i++) { in recv_sctp_stream_1toMany()
2510 for (i = 0; i < clean_count; i++) { in recv_sctp_stream_1toMany()
Dnettest_unix.h26 int clean_count; /* how many integers should be read from the */ member
Dnettest_dlpi.h28 int clean_count; /* how many integers should be read from the */ member
Dnettest_xti.h28 int clean_count; /* how many integers should be read from the */ member
Dnettest_unix.c389 stream_stream_request->clean_count = rem_clean_count; in send_stream_stream()
722 int clean_count; in recv_stream_stream() local
940 clean_count = stream_stream_request->clean_count; in recv_stream_stream()
946 for (i = 0; i < clean_count; i++) { in recv_stream_stream()
971 for (i = 0; i < clean_count; i++) { in recv_stream_stream()
Dnettest_dlpi.c360 dlpi_co_stream_request->clean_count = rem_clean_count; in send_dlpi_co_stream()
704 int clean_count; in recv_dlpi_co_stream() local
905 clean_count = dlpi_co_stream_request->clean_count; in recv_dlpi_co_stream()
911 for (i = 0; i < clean_count; i++) { in recv_dlpi_co_stream()
944 for (i = 0; i < clean_count; i++) { in recv_dlpi_co_stream()
Dnettest_sdp.c389 sdp_stream_request->clean_count = rem_clean_count; in send_sdp_stream()
1086 sdp_maerts_request->clean_count = rem_clean_count; in send_sdp_maerts()
1829 sdp_stream_request->clean_count); in recv_sdp_stream()
2166 sdp_maerts_request->clean_count); in recv_sdp_maerts()
Dnetlib.h535 int clean_count);
Dnettest_bsd.c1466 tcp_stream_request->clean_count = rem_clean_count; in send_tcp_stream()
2160 tcp_maerts_request->clean_count = rem_clean_count; in send_tcp_maerts()
2891 tcp_stream_request->clean_count = rem_clean_count; in send_exs_tcp_stream()
3695 tcp_stream_request->clean_count = rem_clean_count;
4487 tcp_stream_request->clean_count); in recv_tcp_stream()
4822 tcp_maerts_request->clean_count); in recv_tcp_maerts()
Dnettest_xti.c775 xti_tcp_stream_request->clean_count = rem_clean_count; in send_xti_tcp_stream()
1553 xti_tcp_stream_request->clean_count); in recv_xti_tcp_stream()
1575 xti_tcp_stream_request->clean_count); in recv_xti_tcp_stream()
Dnetlib.c1328 access_buffer(char *buffer_ptr,int length, int dirty_count, int clean_count) { in access_buffer() argument
1347 ((i < clean_count) && (temp_buffer < limit)); in access_buffer()