函数逻辑报告 |
Source Code:block\blk-mq.c |
Create Date:2022-07-27 18:46:46 |
Last Modify:2020-03-17 23:18:05 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:blk_mq_init_queue
函数原型:struct request_queue *blk_mq_init_queue(struct blk_mq_tag_set *set)
返回类型:struct request_queue
参数:
类型 | 参数 | 名称 |
---|---|---|
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 | 返回:q |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |