Home | History | Annotate | Download | only in netperf

Lines Matching refs:dirty_count

1334 /* this routine will dirty the first dirty_count bytes of the
1341 access_buffer(char *buffer_ptr,int length, int dirty_count, int clean_count) {
1352 ((i < dirty_count) && (temp_buffer < limit));