Searched refs:axmap_next_free (Results 1 - 4 of 4) sorted by relevance

/external/fio/lib/
H A Daxmap.h15 uint64_t axmap_next_free(struct axmap *axmap, uint64_t bit_nr);
H A Daxmap.c409 uint64_t axmap_next_free(struct axmap *axmap, uint64_t bit_nr) function
/external/fio/t/
H A Daxmap.c61 ff = axmap_next_free(map, osize);
63 printf("axmap_next_free broken: got %llu\n", (unsigned long long) ff);
/external/fio/
H A Dio_u.c132 *b = axmap_next_free(f->io_axmap, *b);

Completed in 127 milliseconds