函数逻辑报告 |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-27 10:40:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:static void replenish_dl_entity(struct sched_dl_entity *dl_se, struct sched_dl_entity *pi_se)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sched_dl_entity * | dl_se | |
struct sched_dl_entity * | pi_se |
701 | dl_rq等于dl_rq_of_se(dl_se) |
702 | rq等于rq_of_dl_rq(dl_rq) |
704 | BUG_ON( Maximum runtime for each instance <= 0) |
710 | 如果 Relative deadline of each instance 恒等于0则 |
724 | 当 Remaining runtime for this instance 小于等于0循环 |
738 | 如果dl_time_before( Absolute deadline for this instance , rq_clock(rq))则 |
739 | printk_deferred_once("sched: DL replenish lagged too much\n") |
744 | 如果dl_yielded则dl_yielded等于0 |
名称 | 描述 |
---|---|
dl_task_timer | This is the bandwidth enforcement timer callback |
enqueue_dl_entity |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |