Function report |
Source Code:block\blk-mq.c |
Create Date:2022-07-28 17:11:27 |
Last Modify:2020-03-17 23:18:05 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Helper for setting up a queue with mq ops, given queue depth, and* the passed in mq ops flags.
Proto:struct request_queue *blk_mq_init_sq_queue(struct blk_mq_tag_set *set, const struct blk_mq_ops *ops, unsigned int queue_depth, unsigned int set_flags)
Type:struct request_queue
Parameter:
Type | Parameter | Name |
---|---|---|
struct blk_mq_tag_set * | set | |
const struct blk_mq_ops * | ops | |
unsigned int | queue_depth | |
unsigned int | set_flags |
2693 | nr_hw_queues = 1 |
2694 | nr_maps = 1 |
2695 | queue_depth = queue_depth |
2696 | numa_node = NUMA_NO_NODE |
2703 | q = blk_mq_init_queue(set) |
2705 | blk_mq_free_tag_set(set) |
2706 | Return q |
2709 | Return q |
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 |