BLK_FREE_TAGS
Section: Block Devices (9)
Updated: February 2011
Index
Return to Main Contents
NAME
blk_free_tags - release a given set of tag maintenance info
SYNOPSIS
-
void blk_free_tags(struct blk_queue_tag * bqt);
ARGUMENTS
bqt
-
- the tag map to free
DESCRIPTION
For externally managed
bqt
frees the map. Callers of this function must guarantee to have released all the queues that might have been using this tag map.
COPYRIGHT