Function report |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-28 09:39:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dl_change_utilization
Proto:void dl_change_utilization(struct task_struct *p, u64 new_bw)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | p | |
u64 | new_bw |
162 | If task_on_rq_queued(p) Then Return |
166 | If dl_non_contending Then |
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) |
Name | Describe |
---|---|
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 |
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 |