Home
last modified time | relevance | path

Searched refs:axmap_new (Results 1 – 4 of 4) sorted by relevance

/external/fio/t/
Daxmap.c33 map = axmap_new(size); in test_regular()
82 map = axmap_new(map_size); in test_multi()
/external/fio/lib/
Daxmap.h8 struct axmap *axmap_new(unsigned long nr_bits);
Daxmap.c88 struct axmap *axmap_new(unsigned long nr_bits) in axmap_new() function
/external/fio/
Dfilesetup.c1242 f->io_axmap = axmap_new(blocks); in init_random_map()