函数逻辑报告 |
Source Code:kernel\sched\cpudeadline.c |
Create Date:2022-07-27 10:42:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cpudl_heapify
函数原型:static void cpudl_heapify(struct cpudl *cp, int idx)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cpudl * | cp | |
int | idx |
97 | 如果idx大于0且dl_time_before(dl, dl)则cpudl_heapify_up(cp, idx) |
100 | 否则cpudl_heapify_down(cp, idx) |
名称 | 描述 |
---|---|
cpudl_clear | pudl_clear - remove a CPU from the cpudl max-heap*@cp: the cpudl max-heap context*@cpu: the target CPU* Notes: assumes cpu_rq(cpu)->lock is locked* Returns: (void) |
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 插件可实现:逻辑报告 代码生成和批量转换代码 |