Home
last modified time | relevance | path

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

/external/netperf/src/
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_sctp.h29 int clean_count; /* how many integers should be read from the */ member
Dnettest_sctp.c548 sctp_stream_request->clean_count = rem_clean_count; in send_sctp_stream()
1071 int clean_count; in recv_sctp_stream() local
1306 clean_count = sctp_stream_request->clean_count; in recv_sctp_stream()
1312 for (i = 0; i < clean_count; i++) { in recv_sctp_stream()
1375 for (i = 0; i < clean_count; i++) { in recv_sctp_stream()
1671 sctp_stream_request->clean_count = rem_clean_count; in send_sctp_stream_1toMany()
2227 int clean_count; in recv_sctp_stream_1toMany() local
2441 clean_count = sctp_stream_request->clean_count; in recv_sctp_stream_1toMany()
2447 for (i = 0; i < clean_count; i++) { in recv_sctp_stream_1toMany()
2493 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_bsd.h211 int clean_count; /* how many integers should be read from the */ member
264 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.c387 stream_stream_request->clean_count = rem_clean_count; in send_stream_stream()
721 int clean_count; in recv_stream_stream() local
939 clean_count = stream_stream_request->clean_count; in recv_stream_stream()
945 for (i = 0; i < clean_count; i++) { in recv_stream_stream()
970 for (i = 0; i < clean_count; i++) { in recv_stream_stream()
Dnettest_dlpi.c600 dlpi_co_stream_request->clean_count = rem_clean_count; in send_dlpi_co_stream()
944 int clean_count; in recv_dlpi_co_stream() local
1145 clean_count = dlpi_co_stream_request->clean_count; in recv_dlpi_co_stream()
1151 for (i = 0; i < clean_count; i++) { in recv_dlpi_co_stream()
1184 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.h647 int clean_count);
Dnettest_bsd.c1926 tcp_stream_request->clean_count = rem_clean_count; in send_tcp_stream()
2645 tcp_maerts_request->clean_count = rem_clean_count; in send_tcp_maerts()
3233 tcp_stream_request->clean_count = rem_clean_count; in send_tcp_mss()
3583 tcp_stream_request->clean_count = rem_clean_count; in send_exs_tcp_stream()
4376 tcp_stream_request->clean_count = rem_clean_count;
5160 tcp_stream_request->clean_count); in recv_tcp_stream()
5506 tcp_maerts_request->clean_count); in recv_tcp_maerts()
Dnettest_xti.c774 xti_tcp_stream_request->clean_count = rem_clean_count; in send_xti_tcp_stream()
1552 xti_tcp_stream_request->clean_count); in recv_xti_tcp_stream()
1574 xti_tcp_stream_request->clean_count); in recv_xti_tcp_stream()
Dnetlib.c1643 access_buffer(char *buffer_ptr,int length, int dirty_count, int clean_count) { in access_buffer() argument
1662 ((i < clean_count) && (temp_buffer < limit)); in access_buffer()