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

  /external/fio/lib/
axmap.h 14 uint64_t axmap_next_free(struct axmap *axmap, uint64_t bit_nr);
axmap.c 409 uint64_t axmap_next_free(struct axmap *axmap, uint64_t bit_nr) function
  /external/fio/t/
axmap.c 61 ff = axmap_next_free(map, osize);
63 printf("axmap_next_free broken: got %llu\n", (unsigned long long) ff);
  /external/fio/
io_u.c 129 *b = axmap_next_free(f->io_axmap, *b);
    [all...]

Completed in 71 milliseconds