RTEMS 6.1-rc2
|
Macros | |
#define | CONFIGURE_APPLICATION_NEEDS_LIBBLOCK |
This configuration option is a boolean feature define. | |
#define | CONFIGURE_BDBUF_BUFFER_MAX_SIZE |
This configuration option is an integer define. | |
#define | CONFIGURE_BDBUF_BUFFER_MIN_SIZE |
This configuration option is an integer define. | |
#define | CONFIGURE_BDBUF_CACHE_MEMORY_SIZE |
This configuration option is an integer define. | |
#define | CONFIGURE_BDBUF_MAX_READ_AHEAD_BLOCKS |
This configuration option is an integer define. | |
#define | CONFIGURE_BDBUF_MAX_WRITE_BLOCKS |
This configuration option is an integer define. | |
#define | CONFIGURE_BDBUF_READ_AHEAD_TASK_PRIORITY |
This configuration option is an integer define. | |
#define | CONFIGURE_BDBUF_TASK_STACK_SIZE |
This configuration option is an integer define. | |
#define | CONFIGURE_SWAPOUT_BLOCK_HOLD |
This configuration option is an integer define. | |
#define | CONFIGURE_SWAPOUT_SWAP_PERIOD |
This configuration option is an integer define. | |
#define | CONFIGURE_SWAPOUT_TASK_PRIORITY |
This configuration option is an integer define. | |
#define | CONFIGURE_SWAPOUT_WORKER_TASKS |
This configuration option is an integer define. | |
#define | CONFIGURE_SWAPOUT_WORKER_TASK_PRIORITY |
This configuration option is an integer define. | |
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.
#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 following constraints apply to this configuration option:
#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.
The following constraints apply to this configuration option:
#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.
The following constraints apply to this configuration option:
#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.
The following constraints apply to this configuration option:
#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.
The following constraints apply to this configuration option:
#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.
#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 following constraints apply to this configuration option:
<rtems/confdefs.h>
does not overflow an integer of type uintptr_t. #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.
The following constraints apply to this configuration option:
#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.
The following constraints apply to this configuration option:
#define CONFIGURE_SWAPOUT_TASK_PRIORITY |
This configuration option is an integer define.
The value of this configuration option defines the swapout task priority.
#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.
#define CONFIGURE_SWAPOUT_WORKER_TASKS |
This configuration option is an integer define.
The value of this configuration option defines the swapout worker task count.
The following constraints apply to this configuration option: