Function report |
Source Code:block\blk-mq-tag.c |
Create Date:2022-07-28 17:13:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_mq_init_tags
Proto:struct blk_mq_tags *blk_mq_init_tags(unsigned int total_tags, unsigned int reserved_tags, int node, int alloc_policy)
Type:struct blk_mq_tags
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | total_tags | |
unsigned int | reserved_tags | |
int | node | |
int | alloc_policy |
461 | If total_tags > BLK_MQ_TAG_MAX Then |
462 | pr_err("blk-mq: tag depth too large\n") |
463 | Return NULL |
467 | If Not tags Then Return NULL |
470 | nr_tags = total_tags |
473 | Return blk_mq_init_bitmap_tags(tags, node, alloc_policy) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |