Function report |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-28 09:39:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:task_contending
Proto:static void task_contending(struct sched_dl_entity *dl_se, int flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sched_dl_entity * | dl_se | |
int | flags |
295 | dl_rq = dl_rq_of_se(dl_se) |
301 | If Maximum runtime for each instance == 0 Then Return |
304 | If flags & ENQUEUE_MIGRATED Then add_rq_bw(dl_se, dl_rq) |
307 | If dl_non_contending Then |
308 | dl_non_contending = 0 |
318 | Else |
326 | add_running_bw(dl_se, dl_rq) |
Name | Describe |
---|---|
enqueue_dl_entity | |
enqueue_task_dl |
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 |