Home
last modified time | relevance | path

Searched defs:bit_nr (Results 1 – 1 of 1) sorted by relevance

/external/fio/lib/
Daxmap.c132 static int axmap_handler(struct axmap *axmap, uint64_t bit_nr, in axmap_handler()
153 static int axmap_handler_topdown(struct axmap *axmap, uint64_t bit_nr, in axmap_handler_topdown()
184 void axmap_clear(struct axmap *axmap, uint64_t bit_nr) in axmap_clear()
254 static void __axmap_set(struct axmap *axmap, uint64_t bit_nr, in __axmap_set()
286 void axmap_set(struct axmap *axmap, uint64_t bit_nr) in axmap_set()
293 unsigned int axmap_set_nr(struct axmap *axmap, uint64_t bit_nr, unsigned int nr_bits) in axmap_set_nr()
324 int axmap_isset(struct axmap *axmap, uint64_t bit_nr) in axmap_isset()
409 uint64_t axmap_next_free(struct axmap *axmap, uint64_t bit_nr) in axmap_next_free()