OpenSSD Cosmos+ Platform Firmware  0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
_DATA_BUF_LRU_LIST Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ headEntry

unsigned int _DATA_BUF_LRU_LIST::headEntry

Definition at line 135 of file data_buffer.h.

◆ tailEntry

unsigned int _DATA_BUF_LRU_LIST::tailEntry

Definition at line 136 of file data_buffer.h.


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