Lines Matching defs:auxtrace_cache
1949 * struct auxtrace_cache - hash table to implement a cache
1958 struct auxtrace_cache {
1967 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size,
1970 struct auxtrace_cache *c;
1974 c = zalloc(sizeof(struct auxtrace_cache));
2000 static void auxtrace_cache__drop(struct auxtrace_cache *c)
2019 void auxtrace_cache__free(struct auxtrace_cache *c)
2029 void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c)
2034 void auxtrace_cache__free_entry(struct auxtrace_cache *c __maybe_unused,
2040 int auxtrace_cache__add(struct auxtrace_cache *c, u32 key,
2052 static struct auxtrace_cache_entry *auxtrace_cache__rm(struct auxtrace_cache *c,
2073 void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key)
2080 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key)