函数逻辑报告 |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-27 19:31:03 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This function is called to notify the scheduler that the requests* rq and 'next' have been merged, with 'next' going away
函数原型:static void bfq_requests_merged(struct request_queue *q, struct request *rq, struct request *next)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request_queue * | q | |
struct request * | rq | |
struct request * | next |
2323 | bfqq等于bfq_init_rq(rq), next_bfqq等于bfq_init_rq(next) |
2326 | 如果非bfqq则返回 |
2346 | 如果 fifo isn't expired, next request to serve 恒等于next则 fifo isn't expired, next request to serve 等于rq |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |