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

/external/fio/lib/
H A Daxmap.h13 int axmap_isset(struct axmap *axmap, uint64_t bit_nr);
H A Daxmap.c324 int axmap_isset(struct axmap *axmap, uint64_t bit_nr) function
/external/fio/t/
H A Daxmap.c45 if (axmap_isset(map, val)) {
51 if (!axmap_isset(map, val)) {
86 if (axmap_isset(map, val + i)) {
104 if (!axmap_isset(map, val + i)) {
/external/fio/
H A Dio_u.c30 return !axmap_isset(f->io_axmap, block);

Completed in 2458 milliseconds