HomeSort by relevance Sort by last modified time
    Searched refs:iops (Results 1 - 2 of 2) sorted by null

  /system/extras/tests/ext4/
rand_emmc_perf.c 45 int fd, fd2, write_mode = 0, iops = 0; local
116 iops++;
127 printf("%d iops/sec\n", iops / (int) res.tv_sec);
  /external/mksh/src/
syn.c 240 struct ioword *iop, **iops; local
245 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
253 afree(iops, ATEMP);
274 iops[iopn++] = iop;
488 iops[iopn++] = iop;
492 afree(iops, ATEMP);
495 iops[iopn++] = NULL;
496 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
497 t->ioact = iops;
    [all...]

Completed in 888 milliseconds