OpenSSD Cosmos+ Platform Firmware
0.0.2
The firmware of Cosmos+ OpenSSD Platform for TOSHIBA nand flash module.
|
The structure of data buffer hash table. More...
#include <data_buffer.h>
Data Fields | |
DATA_BUF_HASH_ENTRY | dataBufHash [AVAILABLE_DATA_BUFFER_ENTRY_COUNT] |
The structure of data buffer hash table.
A fixed-sized 1D data buffer bucket array. Used for fast finding the data buffer entry of a given request by the logicalSliceAddr
.
Definition at line 159 of file data_buffer.h.
DATA_BUF_HASH_ENTRY _DATA_BUF_HASH_TABLE::dataBufHash[AVAILABLE_DATA_BUFFER_ENTRY_COUNT] |
Definition at line 161 of file data_buffer.h.