Lines Matching defs:fsel_cnt
53 static unsigned fsel_cnt[FSEL_FILES]; /* nbytes stored in each file */
84 stbuf->st_size = fsel_cnt[idx];
153 if (fsel_cnt[idx] < size)
154 size = fsel_cnt[idx];
155 printf("READ %X transferred=%zu cnt=%u\n", idx, size, fsel_cnt[idx]);
156 fsel_cnt[idx] -= size;
195 if (fsel_cnt[idx]) {
198 idx, fsel_cnt[idx], polled_zero);
236 if (fsel_cnt[t] == FSEL_CNT_MAX)
239 fsel_cnt[t]++;