Function report |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-28 09:40:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:void __setparam_dl(struct task_struct *p, const struct sched_attr *attr)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
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 ) |
Name | Describe |
---|---|
__setscheduler_params |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |