OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
The structure of LRU list that records the head and tail data buffer entry index of the LRU list. More...
#include <data_buffer.h>
Data Fields | |
unsigned int | headEntry: 16 |
unsigned int | tailEntry: 16 |
The structure of LRU list that records the head and tail data buffer entry index of the LRU list.
This structure only records the head and tail index, therefore we need to manage the relation between data buffer entries by maintaining the prevEntry
and nextEntry
of the data buffer entries in this LRU list.
Definition at line 133 of file data_buffer.h.
unsigned int _DATA_BUF_LRU_LIST::headEntry |
Definition at line 135 of file data_buffer.h.
unsigned int _DATA_BUF_LRU_LIST::tailEntry |
Definition at line 136 of file data_buffer.h.