dnxWLM.h File Reference
Go to the source code of this file.
Function Documentation
Creates a new Work Load Manager object.
- Parameters:
-
[in] | cfg | - a reference to the WLM configuration data structure. |
[out] | pwlm | - the address of storage for the returned WLM object. |
- Returns:
- Zero on success, or a non-zero error value.
Definition at line 676 of file dnxWLM.c.
void dnxWlmDestroy |
( |
DnxWlm * |
wlm |
) |
|
The main thread routine for the work load manager.
- Parameters:
-
[in] | wlm | - the work load manager object to be destroyed. |
Definition at line 769 of file dnxWLM.c.
Return a snapshot of WLM statistics.
- Parameters:
-
[in] | wlm | - the Work Load Manager whose stats are to be returned. |
[out] | wsp | - the address of storage for the WLM stats to be returned. |
Definition at line 591 of file dnxWLM.c.
Reconfigure an existing Work Load Manager object.
- Parameters:
-
[in] | wlm | - the work load manager object to be reconfigured. |
[in] | cfg | - the new configuration parameters. |
- Returns:
- Zero on success, or a non-zero error value.
Definition at line 620 of file dnxWLM.c.
void dnxWlmResetStats |
( |
DnxWlm * |
wlm |
) |
|
Reset all WLM statistics counters.
- Parameters:
-
[in] | wlm | - the Work Load Manager whose stats counters are to be reset. |
Definition at line 572 of file dnxWLM.c.