Searched refs:cache_head (Results 1 – 2 of 2) sorted by relevance
140 struct mmap_cache_t *cache_head; in build_mmap_cache() local155 cache_head = calloc(cur_array_size, sizeof(*cache_head)); in build_mmap_cache()156 if (!cache_head) in build_mmap_cache()184 entry = &cache_head[tcp->mmap_cache_size - 1]; in build_mmap_cache()200 cache_head = realloc(cache_head, in build_mmap_cache()201 cur_array_size * sizeof(*cache_head)); in build_mmap_cache()202 if (!cache_head) in build_mmap_cache()206 entry = &cache_head[tcp->mmap_cache_size]; in build_mmap_cache()216 tcp->mmap_cache = cache_head; in build_mmap_cache()
19 static struct crec *cache_head = NULL, *cache_tail = NULL, **hash_table = NULL; variable185 cache_head = crecp; in cache_free()202 if (cache_head) /* check needed for init code */ in cache_link()203 cache_head->prev = crecp; in cache_link()204 crecp->next = cache_head; in cache_link()206 cache_head = crecp; in cache_link()217 cache_head = crecp->next; in cache_unlink()567 *chainp = cache_head; in cache_find_by_name()632 *chainp = cache_head; in cache_find_by_addr()