summaryrefslogtreecommitdiffstats
path: root/c-user/config/bdbuf.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-06 10:01:12 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-06 10:06:09 +0200
commitd2d60c54e99d1b80a487b84abcf15cea4972a49c (patch)
treec2ce0e4afb53d77eb54347b760acfd6bd8b4009c /c-user/config/bdbuf.rst
parentReflect removal of the epiphany target (diff)
downloadrtems-docs-d2d60c54e99d1b80a487b84abcf15cea4972a49c.tar.bz2
c-user: Sort appl config options by name
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.