Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sched\topology.c Create Date:2022-07-28 09:42:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:free_sched_domains

Proto:void free_sched_domains(cpumask_var_t doms[], unsigned int ndoms)

Type:void

Parameter:

TypeParameterName
cpumask_var_tdoms
unsigned intndoms
2128  When i < ndoms cycle free_cpumask_var(doms[i])
2130  free previously allocated memory
Caller
NameDescribe
alloc_sched_domains
partition_sched_domains_lockedPartition sched domains as specified by the 'ndoms_new'* cpumasks in the array doms_new[] of cpumasks. This compares* doms_new[] to the current sched domain partitioning, doms_cur[].* It destroys each deleted domain and builds each new domain.