Function report |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-28 09:39:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dequeue_rt_entity
Proto:static void dequeue_rt_entity(struct sched_rt_entity *rt_se, unsigned int flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sched_rt_entity * | rt_se | |
unsigned int | flags |
1312 | rq = rq_of_rt_se(rt_se) |
1314 | Because the prio of an upper entry depends on the lower* entries, we must remove entries top - down. |
1317 | rt_rq = group_rt_rq(rt_se) |
1319 | If rt_rq && rt_nr_running Then __enqueue_rt_entity(rt_se, flags) |
1322 | enqueue_top_rt_rq( & rt) |
Name | Describe |
---|---|
dequeue_task_rt |
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 |