|
Flash Translation Layer
1.0
|
doubly-linked list data structure More...
#include <lru.h>

Data Fields | |
| uint64_t | key |
| uintptr_t | value |
| struct lru_node * | next |
| struct lru_node * | prev |
doubly-linked list data structure
| uint64_t lru_node::key |
| struct lru_node* lru_node::next |
| struct lru_node* lru_node::prev |
| uintptr_t lru_node::value |
1.8.13