RTEMS
5.0.0
|
Data Fields | |
rtems_chain_control | bds |
rtems_disk_device * | dd |
bool | syncing |
rtems_blkdev_request | write_req |
A swapout transfer transaction data. This data is passed to a worked thread to handle the write phase of the transfer.
rtems_chain_control rtems_bdbuf_swapout_transfer::bds |
The transfer list of BDs.
rtems_disk_device* rtems_bdbuf_swapout_transfer::dd |
The device the transfer is for.
bool rtems_bdbuf_swapout_transfer::syncing |
The data is a sync'ing.
rtems_blkdev_request rtems_bdbuf_swapout_transfer::write_req |
The write request.