函数逻辑报告 |
Source Code:kernel\sched\topology.c |
Create Date:2022-07-27 10:42:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Attach the domain 'sd' to 'cpu' as its base domain. Callers must* hold the hotplug lock.
函数原型:static void cpu_attach_domain(struct sched_domain *sd, struct root_domain *rd, int cpu)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sched_domain * | sd | |
struct root_domain * | rd | |
int | cpu |
672 | 如果sd_parent_degenerate(tmp, parent)则 |
681 | 如果flags按位与SD_PREFER_SIBLING则flags或等于SD_PREFER_SIBLING |
688 | 如果sd且sd_degenerate(sd)则 |
696 | sched_domain_debug(sd, cpu) |
698 | rq_attach_root(rq, rd) |
702 | destroy_sched_domains(tmp) |
名称 | 描述 |
---|---|
build_sched_domains | Build sched domains for a given set of CPUs and attach the sched domains* to the individual CPUs |
detach_destroy_domains | Detach sched domains from a group of CPUs specified in cpu_map* These CPUs will now be attached to the NULL domain |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |