函数逻辑报告 |
Source Code:block\mq-deadline.c |
Create Date:2022-07-27 19:26:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:deadline_check_fifo returns 0 if there are no expired requests on the fifo,* 1 otherwise. Requires !list_empty(&dd->fifo_list[data_dir])
函数原型:static inline int deadline_check_fifo(struct deadline_data *dd, int ddir)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct deadline_data * | dd | |
int | ddir |
185 | rq等于rq_entry_fifo(链表后项) |
190 | 如果time_after_eq(jiffies, (unsignedlong)fifo_time)则返回:1 |
193 | 返回:0 |
名称 | 描述 |
---|---|
__dd_dispatch_request | deadline_dispatch_requests selects the best request according to* read/write expire, fifo_batch, etc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |