ChibiOS
21.6.0
|
Structure representing an hash table element. More...
#include <chobjcaches.h>
Data Fields | |
oc_object_t * | hash_next |
Next in the collisions list. More... | |
oc_object_t * | hash_prev |
Previous in the collisions list. More... | |
oc_object_t * | lru_next |
Next in the LRU list. More... | |
oc_object_t * | lru_prev |
Previous in the LRU list. More... | |
Structure representing an hash table element.
Definition at line 127 of file chobjcaches.h.
oc_object_t* ch_oc_lru_header::hash_next |
Next in the collisions list.
Definition at line 131 of file chobjcaches.h.
Referenced by chCacheObjectInit().
oc_object_t* ch_oc_lru_header::hash_prev |
Previous in the collisions list.
Definition at line 135 of file chobjcaches.h.
Referenced by chCacheObjectInit().
oc_object_t* ch_oc_lru_header::lru_next |
Next in the LRU list.
Definition at line 139 of file chobjcaches.h.
Referenced by chCacheObjectInit().
oc_object_t* ch_oc_lru_header::lru_prev |
Previous in the LRU list.
Definition at line 143 of file chobjcaches.h.
Referenced by chCacheObjectInit(), and lru_get_last_s().