Home
last modified time | relevance | path

Searched defs:clean_count (Results 1 – 10 of 10) 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_sctp.c1083 int clean_count; in recv_sctp_stream() local
2244 int clean_count; in recv_sctp_stream_1toMany() local
Dnettest_sctp.h29 int clean_count; /* how many integers should be read from the */ member
Dnettest_unix.c722 int clean_count; in recv_stream_stream() local
Dnettest_unix.h26 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_dlpi.h28 int clean_count; /* how many integers should be read from the */ member
Dnettest_dlpi.c704 int clean_count; in recv_dlpi_co_stream() local
Dnettest_xti.h28 int clean_count; /* how many integers should be read from the */ member
Dnetlib.c1328 access_buffer(char *buffer_ptr,int length, int dirty_count, int clean_count) { in access_buffer()