函数逻辑报告 |
Source Code:kernel\sched\rt.c |
Create Date:2022-07-27 10:40:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pick_next_rt_entity
函数原型:static struct sched_rt_entity *pick_next_rt_entity(struct rq *rq, struct rt_rq *rt_rq)
返回类型:struct sched_rt_entity
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rq * | rq | |
struct rt_rq * | rt_rq |
1543 | struct sched_rt_entity * next = NULL |
1547 | idx等于Every architecture must define this function. It's the fastest* way of searching a 100-bit bitmap. It's guaranteed that at least* one of the 100 bits is cleared. |
1548 | BUG_ON(idx >= MAX_RT_PRIO) |
1553 | 返回:next |
名称 | 描述 |
---|---|
_pick_next_task_rt |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |