RTEMS CPU Kit with SuperCore  4.11.3
Data Fields
rtems_bdbuf_swapout_worker Struct Reference

Swapout worker thread. More...

Collaboration diagram for rtems_bdbuf_swapout_worker:
Collaboration graph
[legend]

Data Fields

rtems_chain_node link
 The threads sit on a chain when idle. More...
 
rtems_id id
 The id of the task so we can wake it. More...
 
bool enabled
 The worker is enabled. More...
 
rtems_bdbuf_swapout_transfer transfer
 The transfer data for this thread. More...
 

Detailed Description

Swapout worker thread.

These are available to take processing from the main swapout thread and handle the I/O operation.

Field Documentation

◆ enabled

bool rtems_bdbuf_swapout_worker::enabled

The worker is enabled.

◆ id

rtems_id rtems_bdbuf_swapout_worker::id

The id of the task so we can wake it.

◆ link

rtems_chain_node rtems_bdbuf_swapout_worker::link

The threads sit on a chain when idle.

◆ transfer

rtems_bdbuf_swapout_transfer rtems_bdbuf_swapout_worker::transfer

The transfer data for this thread.


The documentation for this struct was generated from the following file: