函数逻辑报告 |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-27 10:40:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:rq_of_dl_rq
函数原型:static inline struct rq *rq_of_dl_rq(struct dl_rq *dl_rq)
返回类型:struct rq
参数:
类型 | 参数 | 名称 |
---|---|---|
struct dl_rq * | dl_rq |
名称 | 描述 |
---|---|
__add_running_bw | |
__sub_running_bw | |
__add_rq_bw | |
__sub_rq_bw | |
task_non_contending | The utilization of a task cannot be immediately removed from* the rq active utilization (running_bw) when the task blocks |
setup_new_dl_entity | We are being explicitly informed that a new instance is starting,* and this means that:* - the absolute deadline of the entity has to be placed at* current time + relative deadline;* - the runtime of the entity has to be set to the maximum value |
replenish_dl_entity | Pure Earliest Deadline First (EDF) scheduling does not deal with the* possibility of a entity lasting more than what it declared, and thus* exhausting its runtime |
update_dl_entity | When a deadline entity is placed in the runqueue, its runtime and deadline* might need to be updated. This is done by a CBS wake up rule. There are two* different rules: 1) the original CBS; and 2) the Revisited CBS. |
dl_check_constrained_dl | During the activation, CBS checks if it can reuse the current task's* runtime and period |
inc_dl_tasks | |
dec_dl_tasks | |
enqueue_dl_entity |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |