Lines Matching defs:auxtrace_cache
1779 * struct auxtrace_cache - hash table to implement a cache
1788 struct auxtrace_cache {
1797 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size,
1800 struct auxtrace_cache *c;
1804 c = zalloc(sizeof(struct auxtrace_cache));
1830 static void auxtrace_cache__drop(struct auxtrace_cache *c)
1849 void auxtrace_cache__free(struct auxtrace_cache *c)
1859 void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c)
1864 void auxtrace_cache__free_entry(struct auxtrace_cache *c __maybe_unused,
1870 int auxtrace_cache__add(struct auxtrace_cache *c, u32 key,
1882 static struct auxtrace_cache_entry *auxtrace_cache__rm(struct auxtrace_cache *c,
1903 void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key)
1910 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key)