1BLK_FREE_TAGS(9) Block Devices BLK_FREE_TAGS(9)
23
4
NAME
6blk_free_tags - release a given set of tag maintenance info
7
SYNOPSIS
9void blk_free_tags(struct blk_queue_tag * bqt);
10
ARGUMENTS
12bqt
13the tag map to free
14
DESCRIPTION
16For externally managed bqt frees the map. Callers of this function must
17guarantee to have released all the queues that might have been using
18this tag map.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. November 2011 BLK_FREE_TAGS(9)