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 107 printf("standard deviation of iops is %.2f\n", sdev);
150 int iops = 0; local
168 iops++;
180 printf("%d %dbyte iops/sec\n", iops * 1000 / msecs, TST_BLK_SIZE);
  /external/mksh/src/
syn.c 264 struct ioword *iop, **iops; local
270 iops = alloc2((NUFILE + 1), sizeof(struct ioword *), ATEMP);
278 afree(iops, ATEMP);
299 iops[iopn++] = iop;
492 iops[iopn++] = iop;
496 afree(iops, ATEMP);
499 iops[iopn++] = NULL;
500 iops = aresize2(iops, iopn, sizeof(struct ioword *), ATEMP);
501 t->ioact = iops;
    [all...]

Completed in 152 milliseconds