A single bin with a linked list of entries in it. More...
#include <lruhash.h>
Data Fields | |
lock_quick_type | lock |
Lock for exclusive access to the linked list This lock makes deletion of items safe in this overflow list. | |
struct lruhash_entry * | overflow_list |
linked list of overflow entries | |
A single bin with a linked list of entries in it.