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

/external/fio/lib/
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...]

Completed in 88 milliseconds