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