From d2d60c54e99d1b80a487b84abcf15cea4972a49c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 6 Jul 2020 10:01:12 +0200 Subject: c-user: Sort appl config options by name --- c-user/config/bdbuf.rst | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'c-user/config/bdbuf.rst') 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. -- cgit v1.2.3