Searched refs:cache_store (Results 1 – 2 of 2) sorted by relevance
59 cache_store_t cache_store[CACHE_COUNT]; member67 item = pp->cache_store[cat].item[where]; in cache_validate_item()73 pp->cache_store[cat].item[where] = NULL; in cache_validate_item()85 list = pp->cache_store[cat].list; in cache_validate_list()105 pp->cache_store[cat].list = NULL; in cache_validate_list()123 pthread_mutex_lock(&pp->cache_store[cat].mutex); in cache_fetch_item()139 pthread_mutex_unlock(&(pp->cache_store[cat].mutex)); in cache_fetch_item()156 pthread_mutex_lock(&(pp->cache_store[cat].mutex)); in cache_fetch_list()158 pthread_mutex_unlock(&(pp->cache_store[cat].mutex)); in cache_fetch_list()397 si_list_release(pp->cache_store[i].list); in cache_close()[all …]
1366 - code review: return value of cache_store can be ignored for better