Searched defs:clean_count (Results 1 - 10 of 10) sorted by relevance

/external/netperf/
H A Dnettest_bsd.h38 int clean_count; /* how many integers should be read from the */ member in struct:tcp_stream_request_struct
89 int clean_count; /* how many integers should be read from the */ member in struct:tcp_maerts_request_struct
H A Dnettest_dlpi.h28 int clean_count; /* how many integers should be read from the */ member in struct:dlpi_co_stream_request_struct
H A Dnettest_sctp.h29 int clean_count; /* how many integers should be read from the */ member in struct:sctp_stream_request_struct
H A Dnettest_sdp.h34 int clean_count; /* how many integers should be read from the */ member in struct:sdp_stream_request_struct
132 int clean_count; /* how many integers should be read from the */ member in struct:sdp_maerts_request_struct
H A Dnettest_unix.h26 int clean_count; /* how many integers should be read from the */ member in struct:stream_stream_request_struct
H A Dnettest_xti.h28 int clean_count; /* how many integers should be read from the */ member in struct:xti_tcp_stream_request_struct
H A Dnettest_sctp.c564 sctp_stream_request->clean_count = rem_clean_count;
1089 int clean_count;
1324 clean_count = sctp_stream_request->clean_count;
1330 for (i = 0; i < clean_count; i++) {
1393 for (i = 0; i < clean_count; i++) {
1694 sctp_stream_request->clean_count = rem_clean_count;
2252 int clean_count;
2466 clean_count = sctp_stream_request->clean_count;
1083 int clean_count; local
2244 int clean_count; local
[all...]
H A Dnettest_dlpi.c362 dlpi_co_stream_request->clean_count = rem_clean_count;
707 int clean_count;
908 clean_count = dlpi_co_stream_request->clean_count;
914 for (i = 0; i < clean_count; i++) {
947 for (i = 0; i < clean_count; i++) {
704 int clean_count; local
H A Dnettest_unix.c393 stream_stream_request->clean_count = rem_clean_count;
727 int clean_count;
945 clean_count = stream_stream_request->clean_count;
951 for (i = 0; i < clean_count; i++) {
976 for (i = 0; i < clean_count; i++) {
722 int clean_count; local
H A Dnetlib.c1335 specified buffer and/or read clean_count bytes from the buffer. it
1341 access_buffer(char *buffer_ptr,int length, int dirty_count, int clean_count) {
1360 ((i < clean_count) && (temp_buffer < limit));
1328 access_buffer(char *buffer_ptr,int length, int dirty_count, int clean_count) argument

Completed in 468 milliseconds