函数逻辑报告 |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-27 10:40:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dl_next_period
函数原型:static inline u64 dl_next_period(struct sched_dl_entity *dl_se)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sched_dl_entity * | dl_se |
907 | 返回: Absolute deadline for this instance 减 Relative deadline of each instance 加 Separation of two instances (period) |
名称 | 描述 |
---|---|
start_dl_timer | If the entity depleted all its runtime, and if we want it to sleep* while waiting for some new execution time to become available, we* set the bandwidth replenishment timer to the replenishment instant* and try to activate it |
dl_check_constrained_dl | During the activation, CBS checks if it can reuse the current task's* runtime and period |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |