RTEMS
|
Macros | |
#define | CONFIGURE_APPLICATION_NEEDS_LIBBLOCK |
This configuration option is a boolean feature define. More... | |
#define | CONFIGURE_BDBUF_BUFFER_MAX_SIZE |
This configuration option is an integer define. More... | |
#define | CONFIGURE_BDBUF_BUFFER_MIN_SIZE |
This configuration option is an integer define. More... | |
#define | CONFIGURE_BDBUF_CACHE_MEMORY_SIZE |
This configuration option is an integer define. More... | |
#define | CONFIGURE_BDBUF_MAX_READ_AHEAD_BLOCKS |
This configuration option is an integer define. More... | |
#define | CONFIGURE_BDBUF_MAX_WRITE_BLOCKS |
This configuration option is an integer define. More... | |
#define | CONFIGURE_BDBUF_READ_AHEAD_TASK_PRIORITY |
This configuration option is an integer define. More... | |
#define | CONFIGURE_BDBUF_TASK_STACK_SIZE |
This configuration option is an integer define. More... | |
#define | CONFIGURE_SWAPOUT_BLOCK_HOLD |
This configuration option is an integer define. More... | |
#define | CONFIGURE_SWAPOUT_SWAP_PERIOD |
This configuration option is an integer define. More... | |
#define | CONFIGURE_SWAPOUT_TASK_PRIORITY |
This configuration option is an integer define. More... | |
#define | CONFIGURE_SWAPOUT_WORKER_TASKS |
This configuration option is an integer define. More... | |
#define | CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY |
This configuration option is an integer define. More... | |
This section describes configuration options related to the Block Device Cache (bdbuf).
#define CONFIGURE_APPLICATION_NEEDS_LIBBLOCK |
This configuration option is a boolean feature define.
In case this configuration option is defined, then the Block Device Cache is initialized during system initialization.
Definition at line 81 of file appl-config.h.
#define CONFIGURE_BDBUF_BUFFER_MAX_SIZE |
This configuration option is an integer define.
The value of this configuration option defines the maximum size of a buffer in bytes.
The value of this configuration option shall satisfy all of the following constraints:
Definition at line 104 of file appl-config.h.
#define CONFIGURE_BDBUF_BUFFER_MIN_SIZE |
This configuration option is an integer define.
The value of this configuration option defines the minimum size of a buffer in bytes.
Definition at line 122 of file appl-config.h.
#define CONFIGURE_BDBUF_CACHE_MEMORY_SIZE |
This configuration option is an integer define.
The value of this configuration option defines the size of the cache memory in bytes.
Definition at line 140 of file appl-config.h.
#define CONFIGURE_BDBUF_MAX_READ_AHEAD_BLOCKS |
This configuration option is an integer define.
The value of this configuration option defines the maximum blocks per read-ahead request.
Definition at line 163 of file appl-config.h.
#define CONFIGURE_BDBUF_MAX_WRITE_BLOCKS |
This configuration option is an integer define.
The value of this configuration option defines the maximum blocks per write request.
Definition at line 181 of file appl-config.h.
#define CONFIGURE_BDBUF_READ_AHEAD_TASK_PRIORITY |
This configuration option is an integer define.
The value of this configuration option defines the read-ahead task priority.
Definition at line 197 of file appl-config.h.
#define CONFIGURE_BDBUF_TASK_STACK_SIZE |
This configuration option is an integer define.
The value of this configuration option defines the task stack size of the Block Device Cache tasks in bytes.
The value of this configuration option shall satisfy all of the following constraints:
<rtems/confdefs.h>
does not overflow an integer of type uintptr_t. Definition at line 226 of file appl-config.h.
#define CONFIGURE_SWAPOUT_BLOCK_HOLD |
This configuration option is an integer define.
The value of this configuration option defines the swapout task maximum block hold time in milliseconds.
Definition at line 244 of file appl-config.h.
#define CONFIGURE_SWAPOUT_SWAP_PERIOD |
This configuration option is an integer define.
The value of this configuration option defines the swapout task swap period in milliseconds.
Definition at line 262 of file appl-config.h.
#define CONFIGURE_SWAPOUT_TASK_PRIORITY |
This configuration option is an integer define.
The value of this configuration option defines the swapout task priority.
Definition at line 278 of file appl-config.h.
#define CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY |
This configuration option is an integer define.
The value of this configuration option defines the swapout worker task priority.
Definition at line 313 of file appl-config.h.
#define CONFIGURE_SWAPOUT_WORKER_TASKS |
This configuration option is an integer define.
The value of this configuration option defines the swapout worker task count.
Definition at line 296 of file appl-config.h.