Function report |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-28 09:39:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:inc_rt_tasks
Proto:static inline void inc_rt_tasks(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sched_rt_entity * | rt_se | |
struct rt_rq * | rt_rq |
1184 | prio = rt_se_prio(rt_se) |
1187 | rt_nr_running += rt_se_nr_running(rt_se) |
1188 | rr_nr_running += rt_se_rr_nr_running(rt_se) |
1190 | inc_rt_prio(rt_rq, prio) |
1191 | inc_rt_migration(rt_se, rt_rq) |
1192 | inc_rt_group(rt_se, rt_rq) |
Name | Describe |
---|---|
__enqueue_rt_entity |
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 |