Home
last modified time | relevance | path

Searched defs:clean_count (Results 1 – 10 of 10) 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.c1071 int clean_count; in recv_sctp_stream() local
2227 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.c721 int clean_count; in recv_stream_stream() local
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_dlpi.c944 int clean_count; in recv_dlpi_co_stream() local
Dnettest_xti.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
Dnetlib.c1643 access_buffer(char *buffer_ptr,int length, int dirty_count, int clean_count) { in access_buffer()