Searched refs:cache_head (Results 1 – 2 of 2) sorted by relevance
138 struct mmap_cache_t *cache_head; in build_mmap_cache() local153 cache_head = xcalloc(cur_array_size, sizeof(*cache_head)); in build_mmap_cache()180 entry = &cache_head[tcp->mmap_cache_size - 1]; in build_mmap_cache()196 cache_head = xreallocarray(cache_head, cur_array_size, in build_mmap_cache()197 sizeof(*cache_head)); in build_mmap_cache()200 entry = &cache_head[tcp->mmap_cache_size]; in build_mmap_cache()208 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()