函数逻辑报告 |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-27 10:39:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dec_rt_tasks
函数原型:static inline void dec_rt_tasks(struct sched_rt_entity *rt_se, struct rt_rq *rt_rq)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sched_rt_entity * | rt_se | |
struct rt_rq * | rt_rq |
1198 | WARN_ON(!rt_prio(rt_se_prio(rt_se))) |
1199 | WARN_ON(!rt_nr_running) |
1200 | rt_nr_running减等于rt_se_nr_running(rt_se) |
1201 | rr_nr_running减等于rt_se_rr_nr_running(rt_se) |
1203 | dec_rt_prio(rt_rq, rt_se_prio(rt_se)) |
1204 | dec_rt_migration(rt_se, rt_rq) |
1205 | dec_rt_group(rt_se, rt_rq) |
名称 | 描述 |
---|---|
__dequeue_rt_entity |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |