cache_mp_data_item_
struct cache_mp_data_item_ *data_item;
struct cache_mp_data_item_ *new_item;
new_item = (struct cache_mp_data_item_ *)calloc(1,
sizeof(struct cache_mp_data_item_));
TAILQ_ENTRY(cache_mp_data_item_) entries;
TAILQ_HEAD(cache_mp_data_item_head, cache_mp_data_item_) items;
struct cache_mp_data_item_ *current_item;