|
ChibiOS/RT 7.0.6
|
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 130 of file chobjcaches.h.
| oc_object_t* ch_oc_lru_header::hash_next |
Next in the collisions list.
Definition at line 134 of file chobjcaches.h.
Referenced by chCacheObjectInit().
| oc_object_t* ch_oc_lru_header::hash_prev |
Previous in the collisions list.
Definition at line 138 of file chobjcaches.h.
Referenced by chCacheObjectInit().
| oc_object_t* ch_oc_lru_header::lru_next |
Next in the LRU list.
Definition at line 142 of file chobjcaches.h.
Referenced by chCacheObjectInit().
| oc_object_t* ch_oc_lru_header::lru_prev |
Previous in the LRU list.
Definition at line 146 of file chobjcaches.h.
Referenced by chCacheObjectInit(), and lru_get_last_s().