Home
last modified time | relevance | path

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

/external/fio/lib/
Daxmap.c40 struct axmap_level { struct
48 struct axmap_level *levels; argument
66 struct axmap_level *al = &axmap->levels[i]; in axmap_reset()
105 axmap->levels = malloc(axmap->nr_levels * sizeof(struct axmap_level)); in axmap_new()
109 struct axmap_level *al = &axmap->levels[i]; in axmap_new()
133 bool (*func)(struct axmap_level *, unsigned long, unsigned int, in axmap_handler() argument
136 struct axmap_level *al; in axmap_handler()
154 bool (*func)(struct axmap_level *, unsigned long, unsigned int, void *), in axmap_handler_topdown() argument
157 struct axmap_level *al; in axmap_handler_topdown()
174 static bool axmap_clear_fn(struct axmap_level *al, unsigned long offset, in axmap_clear_fn()
[all …]