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

/external/fio/lib/
H A Daxmap.c41 struct axmap_level { struct
49 struct axmap_level *levels;
67 struct axmap_level *al = &axmap->levels[i];
106 axmap->levels = smalloc(axmap->nr_levels * sizeof(struct axmap_level));
110 struct axmap_level *al = &axmap->levels[i];
133 int (*func)(struct axmap_level *, unsigned long, unsigned int,
136 struct axmap_level *al;
154 int (*func)(struct axmap_level *, unsigned long, unsigned int, void *),
157 struct axmap_level *al;
174 static int axmap_clear_fn(struct axmap_level *a
[all...]

Completed in 65 milliseconds