__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
- 
int __blk_free_tags(struct blk_queue_tag * bqt);
ARGUMENTS
bqt
- 
- the tag map to free
DESCRIPTION
Tries to free the specified
bqt. Returns true if it was actually freed and false if there are still references using it
 
COPYRIGHT