| Function report | 
| Source Code: block\blk-mq.c | Create Date:2022-07-28 17:11:25 | 
| 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_init_queue
Proto:struct request_queue *blk_mq_init_queue(struct blk_mq_tag_set *set)
Type:struct request_queue
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct blk_mq_tag_set * | set | 
| 2663 | uninit_q = lk_alloc_queue_node - allocate a request queue*@gfp_mask: memory allocation flags*@node_id: NUMA node to allocate memory from | 
| 2671 | q = blk_mq_init_allocated_queue(set, uninit_q, false) | 
| 2675 | Return q | 
| Name | Describe | 
|---|---|
| blk_mq_init_sq_queue | Helper for setting up a queue with mq ops, given queue depth, and* the passed in mq ops flags. | 
| bsg_setup_queue | sg_setup_queue - Create and add the bsg hooks so we can receive requests*@dev: device to attach bsg device to*@name: device to give bsg device*@job_fn: bsg job handler*@timeout: timeout handler function pointer*@dd_job_size: size of LLD data needed for | 
| 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 |