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

Name:losid_allocated - test if provided closid is in use*@closid: closid to be tested* Return: true if @closid is currently associated with a resource group,* false if @closid is free

Proto:static bool closid_allocated(unsigned int closid)

Type:bool

Parameter:

TypeParameterName
unsigned intclosid
143  Return (Trivial allocator for CLOSIDs & 1 << closid ) == 0
Caller
NameDescribe
rdt_bit_usage_showdt_bit_usage_show - Display current usage of resources* A domain is a shared resource that can now be allocated differently
__rdtgroup_cbm_overlaps__rdtgroup_cbm_overlaps - Does CBM for intended closid overlap with other*@r: Resource to which domain instance @d belongs
__init_one_rdt_domainInitialize cache resources per RDT domain* Set the RDT domain up to start off with all usable allocations. That is,* all shareable and unused bits. All-zero CBM is invalid.