Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__free_domain_allocs

Proto:static void __free_domain_allocs(struct s_data *d, enum s_alloc what, const struct cpumask *cpu_map)

Type:void

Parameter:

TypeParameterName
struct s_data *d
enum s_allocwhat
const struct cpumask *cpu_map
1221  Case what == sa_rootdomain
1222  If Not atomic_read( & refcount) Then free_rootdomain( & rcu)
1225  Case what == sa_sd
1226  free previously allocated percpu memory
1228  Case what == sa_sd_storage
1229  __sdt_free(cpu_map)
1231  Case what == sa_none
1232  Break
Caller
NameDescribe
build_sched_domainsBuild sched domains for a given set of CPUs and attach the sched domains* to the individual CPUs