函数逻辑报告 |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-27 10:41:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This function initializes the sched_dl_entity of a newly becoming* SCHED_DEADLINE task.* Only the static values are considered here, the actual runtime and the* absolute deadline will be properly calculated when the task is enqueued
函数原型:void __setparam_dl(struct task_struct *p, const struct sched_attr *attr)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | p | |
const struct sched_attr * | attr |
2620 | dl_runtime / dl_period 等于to_ratio( Separation of two instances (period) , Maximum runtime for each instance ) |
2621 | dl_runtime / dl_deadline 等于to_ratio( Relative deadline of each instance , Maximum runtime for each instance ) |
名称 | 描述 |
---|---|
__setscheduler_params |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |