Function report |
Source Code:kernel\sched\deadline.c |
Create Date:2022-07-28 09:40:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:enqueue_dl_entity
Proto:static void enqueue_dl_entity(struct sched_dl_entity *dl_se, struct sched_dl_entity *pi_se, int flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sched_dl_entity * | dl_se | |
struct sched_dl_entity * | pi_se | |
int | flags |
1453 | If flags & ENQUEUE_WAKEUP Then |
1454 | task_contending(dl_se, flags) |
1456 | Else if flags & ENQUEUE_REPLENISH Then |
1458 | Else if flags & ENQUEUE_RESTORE && dl_time_before( Absolute deadline for this instance , rq_clock(rq_of_dl_rq(dl_rq_of_se(dl_se)))) Then |
1464 | __enqueue_dl_entity(dl_se) |
Name | Describe |
---|---|
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 |