函数逻辑报告 |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-27 10:39:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__enqueue_rt_entity
函数原型:static void __enqueue_rt_entity(struct sched_rt_entity *rt_se, unsigned int flags)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sched_rt_entity * | rt_se | |
unsigned int | flags |
1233 | rt_rq等于rt_rq_of_se(rt_se) |
1235 | group_rq等于group_rt_rq(rt_se) |
1236 | queue等于queue加rt_se_prio(rt_se) |
1244 | 如果group_rq且rt_rq_throttled(group_rq)或非rt_nr_running的值则 |
1245 | 如果on_list则__delist_rt_entity(rt_se, array) |
1247 | 返回 |
1260 | on_rq等于1 |
1262 | inc_rt_tasks(rt_se, rt_rq) |
名称 | 描述 |
---|---|
enqueue_rt_entity | |
dequeue_rt_entity |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |