Lines Matching refs:map
9 * between multiple submitters when a shared tag map is used.
27 struct blk_align_bitmap *bm = &bt->map[i];
149 * exhaust the map.
173 * until the map is exhausted.
188 tag = __bt_get_word(&bt->map[index], TAG_TO_BIT(bt, last_tag));
347 clear_bit_unlock(TAG_TO_BIT(bt, tag), &bt->map[index].word);
400 struct blk_align_bitmap *bm = &bt->map[i];
431 struct blk_align_bitmap *bm = &bt->map[i];
449 bt->map[i].depth = min(map_depth, tags_per_word);
450 map_depth -= bt->map[i].depth;
491 bt->map = kzalloc_node(nr * sizeof(struct blk_align_bitmap),
493 if (!bt->map)
501 kfree(bt->map);
517 kfree(bt->map);