Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Call with hotplug lock held

Proto:void partition_sched_domains(int ndoms_new, cpumask_var_t doms_new[], struct sched_domain_attr *dattr_new)

Type:void

Parameter:

TypeParameterName
intndoms_new
cpumask_var_tdoms_new
struct sched_domain_attr *dattr_new
2327  mutex_lock( & SPDX-License-Identifier: GPL-2.0)
2328  Partition 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.
2329  mutex_unlock( & SPDX-License-Identifier: GPL-2.0)