Function report |
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 activity | Download SCCT | Chinese |
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:
| Type | Parameter | Name |
|---|---|---|
| unsigned int | closid |
| 143 | Return (Trivial allocator for CLOSIDs & 1 << closid ) == 0 |
| Name | Describe |
|---|---|
| rdt_bit_usage_show | dt_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_domain | Initialize 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. |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |