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:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rdtgroup_rmdir_mon

Proto:static int rdtgroup_rmdir_mon(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
2885  prdtgrp = parent
2889  Move tasks from one to the other group
2892  for_each_cpu(cpu, & cpu_mask)
2893  per_cpu(default_rmid, cpu) = rmid
2898  pumask_or - *dstp = *src1p | *src2p*@dstp: the cpumask result*@src1p: the first input*@src2p: the second input
2899  Update the PGR_ASSOC MSR on all cpus in @cpu_mask,* Per task closids/rmids must have been set up before calling this function.
2901  flags = dtgroup.flags
2902  free_rmid(rmid)
2907  WARN_ON(list_empty - tests whether a list is empty*@head: the list to test.)
2908  deletes entry from list
2914  kernfs_get(kn)
2915  kernfs_remove(kn)
2917  Return 0
Caller
NameDescribe
rdtgroup_rmdir