Flash Translation Layer  1.0
Data Fields
lru_node Struct Reference

doubly-linked list data structure More...

#include <lru.h>

Collaboration diagram for lru_node:
Collaboration graph

Data Fields

uint64_t key
 
uintptr_t value
 
struct lru_nodenext
 
struct lru_nodeprev
 

Detailed Description

doubly-linked list data structure

Field Documentation

◆ key

uint64_t lru_node::key

◆ next

struct lru_node* lru_node::next

◆ prev

struct lru_node* lru_node::prev

◆ value

uintptr_t lru_node::value

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