Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c Create Date:2022-07-28 08:12:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rdtgroup_rmdir_ctrl

Proto:static int rdtgroup_rmdir_ctrl(struct kernfs_node *kn, struct rdtgroup *rdtgrp, cpumask_var_t tmpmask)

Type:int

Parameter:

TypeParameterName
struct kernfs_node *kn
struct rdtgroup *rdtgrp
cpumask_var_ttmpmask
2941  Move tasks from one to the other group
2944  pumask_or - *dstp = *src1p | *src2p*@dstp: the cpumask result*@src1p: the first input*@src2p: the second input
2949  per_cpu(default_closid, cpu) = closid
2950  per_cpu(default_rmid, cpu) = rmid
2957  pumask_or - *dstp = *src1p | *src2p*@dstp: the cpumask result*@src1p: the first input*@src2p: the second input
2958  Update the PGR_ASSOC MSR on all cpus in @cpu_mask,* Per task closids/rmids must have been set up before calling this function.
2960  closid_free(closid)
2961  free_rmid(rmid)
2963  rdtgroup_ctrl_remove(kn, rdtgrp)
2968  free_all_child_rdtgrp(rdtgrp)
2970  Return 0
Caller
NameDescribe
rdtgroup_rmdir