Function report |
Source Code:block\blk-mq.c |
Create Date:2022-07-28 17:11:46 |
Last Modify:2020-03-17 23:18:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:blk_mq_update_queue_map
Proto:static int blk_mq_update_queue_map(struct blk_mq_tag_set *set)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct blk_mq_tag_set * | set |
2964 | If map_queues && Not is_kdump_kernel() Then |
2984 | Return map_queues(set) |
2985 | Else |
2987 | Return blk_mq_map_queues( & map[HCTX_TYPE_DEFAULT]) |
Name | Describe |
---|---|
blk_mq_alloc_tag_set | Alloc a tag set to be associated with one or more request queues.* May fail with EINVAL for various error conditions. May adjust the* requested depth down, if it's too large. In that case, the set* value will be stored in set->queue_depth. |
__blk_mq_update_nr_hw_queues |
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 |