Searched refs:axmap (Results 1 - 6 of 6) sorted by relevance

/external/fio/lib/
H A Daxmap.h6 struct axmap;
7 struct axmap *axmap_new(unsigned long nr_bits);
8 void axmap_free(struct axmap *bm);
10 void axmap_clear(struct axmap *axmap, uint64_t bit_nr);
11 void axmap_set(struct axmap *axmap, uint64_t bit_nr);
12 unsigned int axmap_set_nr(struct axmap *axmap, uint64_t bit_nr, unsigned int nr_bits);
13 int axmap_isset(struct axmap *axma
[all...]
H A Daxmap.c3 * the previous. Hence an 'axmap', since we axe each previous layer into a
24 #include "axmap.h"
47 struct axmap { struct
62 void axmap_reset(struct axmap *axmap) argument
66 for (i = 0; i < axmap->nr_levels; i++) {
67 struct axmap_level *al = &axmap->levels[i];
72 axmap->first_free = 0;
75 void axmap_free(struct axmap *axmap) argument
91 struct axmap *axmap; local
132 axmap_handler(struct axmap *axmap, uint64_t bit_nr, int (*func)(struct axmap_level *, unsigned long, unsigned int, void *), void *data) argument
153 axmap_handler_topdown(struct axmap *axmap, uint64_t bit_nr, int (*func)(struct axmap_level *, unsigned long, unsigned int, void *), void *data) argument
184 axmap_clear(struct axmap *axmap, uint64_t bit_nr) argument
254 __axmap_set(struct axmap *axmap, uint64_t bit_nr, struct axmap_set_data *data) argument
286 axmap_set(struct axmap *axmap, uint64_t bit_nr) argument
293 axmap_set_nr(struct axmap *axmap, uint64_t bit_nr, unsigned int nr_bits) argument
324 axmap_isset(struct axmap *axmap, uint64_t bit_nr) argument
332 axmap_find_first_free(struct axmap *axmap, unsigned int level, uint64_t index) argument
372 axmap_first_free(struct axmap *axmap) argument
409 axmap_next_free(struct axmap *axmap, uint64_t bit_nr) argument
[all...]
/external/fio/t/
H A Daxmap.c9 #include "../lib/axmap.h"
24 struct axmap *map;
75 struct axmap *map;
/external/fio/
H A Dfile.h9 #include "lib/axmap.h"
113 struct axmap *io_axmap;
H A DMakefile35 cconv.c lib/prio_tree.c json.c lib/zipf.c lib/axmap.c \
161 T_AXMAP_OBJS = t/axmap.o
162 T_AXMAP_OBJS += lib/lfsr.o lib/axmap.o
163 T_AXMAP_PROGS = t/axmap
270 t/axmap: $(T_AXMAP_OBJS)
H A DAndroid.mk31 lib/num2str.c lib/prio_tree.c lib/rand.c lib/zipf.c lib/inet_aton.c lib/axmap.c \

Completed in 438 milliseconds