Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:free_rootdomain

Proto:static void free_rootdomain(struct callback_head *rcu)

Type:void

Parameter:

TypeParameterName
struct callback_head *rcu
428  rd = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(rcu, structroot_domain, rcu)
430  pupri_cleanup - clean up the cpupri structure*@cp: The cpupri context
431  pudl_cleanup - clean up the cpudl structure*@cp: the cpudl max-heap context
432  free_cpumask_var(dlo_mask)
433  free_cpumask_var(rto_mask)
434  free_cpumask_var(online)
435  free_cpumask_var(span)
436  free_pd(pd)
437  free previously allocated memory
Caller
NameDescribe
__free_domain_allocs