函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\topology.c Create Date:2022-07-27 10:42:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:sd_degenerate

函数原型:static int sd_degenerate(struct sched_domain *sd)

返回类型:int

参数:

类型参数名称
struct sched_domain *sd
150  如果pumask_weight - Count of bits in *srcp*@srcp: the cpumask to count bits (< nr_cpu_ids) in.恒等于1则返回:1
154  如果flags按位与SD_LOAD_BALANCE按位或SD_BALANCE_NEWIDLE按位或SD_BALANCE_FORK按位或SD_BALANCE_EXEC按位或SD_SHARE_CPUCAPACITY按位或SD_ASYM_CPUCAPACITY按位或SD_SHARE_PKG_RESOURCES按位或SD_SHARE_POWERDOMAIN的值则
162  如果groups不等于next则返回:0
167  如果flags按位与SD_WAKE_AFFINE则返回:0
170  返回:1
调用者
名称描述
sd_parent_degenerate
cpu_attach_domainAttach the domain 'sd' to 'cpu' as its base domain. Callers must* hold the hotplug lock.