|
Userspace Resource Manager
|
Used to store information regarding Resources / Tunables which need to be Provisioned as part of the tuneResources API. More...
#include <Common.h>
Public Attributes | ||
| uint32_t | mResCode | |
| A uniqued 32-bit (unsigned) identifier for the Resource. | ||
| int32_t | mResInfo | |
| Holds Logical Core and Cluster Information: | ||
| int32_t | mOptionalInfo | |
| Field to hold optional information for Request Processing. | ||
| int32_t | mNumValues | |
| Number of values to be configured for the Resource, both single-valued and multi-valued Resources are supported. | ||
| union { | ||
| int32_t value | ||
| Use this field for single Valued Resources. | ||
| int32_t * values | ||
| Use this field for Multi Valued Resources. | ||
| } | mResValue | |
| The value to be Configured for this Resource Node. | ||
Used to store information regarding Resources / Tunables which need to be Provisioned as part of the tuneResources API.
| uint32_t SysResource::mResCode |
A uniqued 32-bit (unsigned) identifier for the Resource.
| int32_t SysResource::mResInfo |
Holds Logical Core and Cluster Information: