函数逻辑报告 |
Source Code:block\blk-timeout.c |
Create Date:2022-07-27 18:42:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lk_add_timer - Start timeout timer for a single request*@req: request that is about to start running.* Notes:* Each request has its own timer, and as it is added to the queue, we* set up the timer. When the request completes, we cancel the timer.
函数原型:void blk_add_timer(struct request *req)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request * | req |
121 | 如果非timeout则timeout等于rq_timeout |
127 | WRITE_ONCE(deadline, expiry) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |