Function report |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-28 09:40:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:switched_from_dl
Proto:static void switched_from_dl(struct rq *rq, struct task_struct *p)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct rq * | rq | |
struct task_struct * | p |
2333 | If task_on_rq_queued(p) && Maximum runtime for each instance Then The utilization of a task cannot be immediately removed from* the rq active utilization (running_bw) when the task blocks |
2336 | If Not task_on_rq_queued(p) Then |
2343 | If dl_non_contending Then sub_running_bw( & dl, & dl) |
2353 | If dl_non_contending Then dl_non_contending = 0 |
2361 | If Not task_on_rq_queued(p) || dl_nr_running Then Return |
2364 | deadline_queue_pull_task(rq) |
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 |