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

  /external/ltp/testcases/kernel/io/direct_io/
diotest4.c 192 int fblocks = 1; /* Iterations. Default 1 */ local
208 if ((fblocks = atoi(optarg)) <= 0) {
209 fprintf(stderr, "fblocks must be > 0\n");
229 for (i = 1; i < fblocks; i++) {
285 offset = bufsize * (fblocks + 10);
  /external/honggfuzz/
Makefile 114 -x objective-c -pedantic -fblocks \
172 CFLAGS_BLOCKS = -fblocks

Completed in 83 milliseconds