函数逻辑报告 |
Source Code:block\bfq-iosched.c |
Create Date:2022-07-27 19:30:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bfq_remove_request
函数原型:static void bfq_remove_request(struct request_queue *q, struct request *rq)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct request_queue * | q | |
struct request * | rq |
2156 | bfqd等于parent bfq_data |
2157 | sync等于rq_is_sync(rq) |
2159 | 如果 fifo isn't expired, next request to serve 恒等于rq则 |
2164 | 如果链表前项不等于queuelist则删除链表项并重新初始化 |
2167 | number of queued requests 自减 |
2168 | elv_rb_del( & sorted list of pending requests , rq) |
2170 | elv_rqhash_del(q, rq) |
2171 | 如果last_merge恒等于rq则last_merge = NULL |
2174 | 如果RB_EMPTY_ROOT( & sorted list of pending requests )则 |
2175 | fifo isn't expired, next request to serve = NULL |
2177 | 如果bfq_bfqq_busy(bfqq)且bfqq不等于 bfq_queue in service 则 |
2202 | 否则 |
2208 | 如果 op and common flags 按位与REQ_META则umber of pending metadata requests 自减 |
名称 | 描述 |
---|---|
bfq_dispatch_remove | Remove request from internal lists. |
bfq_finish_requeue_request | Handle either a requeue or a finish for rq. The things to do are* the same in both cases: all references to rq are to be dropped. In* particular, rq is considered completed from the point of view of* the scheduler. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |