函数逻辑报告 |
Source Code:kernel\sched\cpudeadline.c |
Create Date:2022-07-27 10:42:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cpudl_heapify_up
函数原型:static void cpudl_heapify_up(struct cpudl *cp, int idx)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cpudl * | cp | |
int | idx |
76 | 如果idx恒等于0则返回 |
79 | 循环 |
81 | 如果dl_time_before(orig_dl, dl)则退出 |
名称 | 描述 |
---|---|
cpudl_heapify | |
cpudl_set | pudl_set - update the cpudl max-heap*@cp: the cpudl max-heap context*@cpu: the target CPU*@dl: the new earliest deadline for this CPU* Notes: assumes cpu_rq(cpu)->lock is locked* Returns: (void) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |