函数逻辑报告 |
Source Code:kernel\sched\topology.c |
Create Date:2022-07-27 10:42:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ld_sched_groups will build a circular linked list of the groups* covered by the given span, will set each group's ->cpumask correctly,* and will initialize their ->sgc.* Assumes the sched_domain tree is fully constructed
函数原型:static int build_sched_groups(struct sched_domain *sd, int cpu)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sched_domain * | sd | |
int | cpu |
1106 | span等于sched_domain_span(sd) |
1113 | 清空全部CPU信息 |
1118 | 如果测试CPU信息则继续下一循环 |
1134 | 返回:0 |
名称 | 描述 |
---|---|
build_sched_domains | Build sched domains for a given set of CPUs and attach the sched domains* to the individual CPUs |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |