Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rdt_ctrl_update

Proto:void rdt_ctrl_update(void *arg)

Type:void

Parameter:

TypeParameterName
void *arg
420  m = arg
421  r = res
422  cpu = smp_processor_id()
425  d = get_domain_from_cpu(cpu, r)
426  If d Then
427  msr_update(d, m, r)
428  Return
430  pr_warn_once("cpu %d not found in any domain for resource %s\n", cpu, name)
Caller
NameDescribe
reset_all_ctrls
update_domains