函数逻辑报告 |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-27 10:40:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dl_change_utilization
函数原型:void dl_change_utilization(struct task_struct *p, u64 new_bw)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | p | |
u64 | new_bw |
162 | 如果进程处于任务队列则返回 |
166 | 如果dl_non_contending则 |
167 | sub_running_bw( & dl, & dl) |
168 | dl_non_contending等于0 |
179 | __sub_rq_bw( dl_runtime / dl_period , & dl) |
180 | __add_rq_bw(new_bw, & dl) |
名称 | 描述 |
---|---|
sched_dl_overflow | We must be sure that accepting a new task (or allowing changing the* parameters of an existing one) is consistent with the bandwidth* constraints. If yes, this function also accordingly updates the currently |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |