Searched refs:clean_count (Results 1 – 14 of 14) sorted by relevance
34 int clean_count; /* how many integers should be read from the */ member132 int clean_count; /* how many integers should be read from the */ member
29 int clean_count; /* how many integers should be read from the */ member
548 sctp_stream_request->clean_count = rem_clean_count; in send_sctp_stream()1071 int clean_count; in recv_sctp_stream() local1306 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() local2441 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()
26 int clean_count; /* how many integers should be read from the */ member
28 int clean_count; /* how many integers should be read from the */ member
211 int clean_count; /* how many integers should be read from the */ member264 int clean_count; /* how many integers should be read from the */ member
387 stream_stream_request->clean_count = rem_clean_count; in send_stream_stream()721 int clean_count; in recv_stream_stream() local939 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()
600 dlpi_co_stream_request->clean_count = rem_clean_count; in send_dlpi_co_stream()944 int clean_count; in recv_dlpi_co_stream() local1145 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()
389 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()
647 int clean_count);
1926 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()
774 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()
1643 access_buffer(char *buffer_ptr,int length, int dirty_count, int clean_count) { in access_buffer() argument1662 ((i < clean_count) && (temp_buffer < limit)); in access_buffer()