summaryrefslogtreecommitdiffstats
path: root/c-user/config/bdbuf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/config/bdbuf.rst')
-rw-r--r--c-user/config/bdbuf.rst38
1 files changed, 19 insertions, 19 deletions
diff --git a/c-user/config/bdbuf.rst b/c-user/config/bdbuf.rst
index 604f887..79459bf 100644
--- a/c-user/config/bdbuf.rst
+++ b/c-user/config/bdbuf.rst
@@ -319,55 +319,55 @@ DESCRIPTION:
NOTES:
None.
-.. index:: CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY
+.. index:: CONFIGURE_SWAPOUT_WORKER_TASKS
-.. _CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY:
+.. _CONFIGURE_SWAPOUT_WORKER_TASKS:
-CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY
---------------------------------------
+CONFIGURE_SWAPOUT_WORKER_TASKS
+------------------------------
CONSTANT:
- ``CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY``
+ ``CONFIGURE_SWAPOUT_WORKER_TASKS``
OPTION TYPE:
This configuration option is an integer define.
DEFAULT VALUE:
- The default value is 15.
+ The default value is 0.
VALUE CONSTRAINTS:
- The value of this configuration option shall be a valid Classic API task
- priority. The set of valid task priorities is scheduler-specific.
+ The value of this configuration option shall be greater than or equal to 0
+ and less than or equal to ``UINT32_MAX``.
DESCRIPTION:
- The value of this configuration option defines the swapout worker task
- priority.
+ The value of this configuration option defines the swapout worker task count.
NOTES:
None.
-.. index:: CONFIGURE_SWAPOUT_WORKER_TASKS
+.. index:: CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY
-.. _CONFIGURE_SWAPOUT_WORKER_TASKS:
+.. _CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY:
-CONFIGURE_SWAPOUT_WORKER_TASKS
-------------------------------
+CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY
+--------------------------------------
CONSTANT:
- ``CONFIGURE_SWAPOUT_WORKER_TASKS``
+ ``CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY``
OPTION TYPE:
This configuration option is an integer define.
DEFAULT VALUE:
- The default value is 0.
+ The default value is 15.
VALUE CONSTRAINTS:
- The value of this configuration option shall be greater than or equal to 0
- and less than or equal to ``UINT32_MAX``.
+ The value of this configuration option shall be a valid Classic API task
+ priority. The set of valid task priorities is scheduler-specific.
DESCRIPTION:
- The value of this configuration option defines the swapout worker task count.
+ The value of this configuration option defines the swapout worker task
+ priority.
NOTES:
None.