Lines Matching refs:auxtrace_cache
2029 struct auxtrace_cache { struct
2038 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size, in auxtrace_cache__new() argument
2041 struct auxtrace_cache *c; in auxtrace_cache__new()
2045 c = zalloc(sizeof(struct auxtrace_cache)); in auxtrace_cache__new()
2071 static void auxtrace_cache__drop(struct auxtrace_cache *c) in auxtrace_cache__drop()
2090 void auxtrace_cache__free(struct auxtrace_cache *c) in auxtrace_cache__free()
2100 void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c) in auxtrace_cache__alloc_entry()
2105 void auxtrace_cache__free_entry(struct auxtrace_cache *c __maybe_unused, in auxtrace_cache__free_entry()
2111 int auxtrace_cache__add(struct auxtrace_cache *c, u32 key, in auxtrace_cache__add()
2123 static struct auxtrace_cache_entry *auxtrace_cache__rm(struct auxtrace_cache *c, in auxtrace_cache__rm()
2144 void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key) in auxtrace_cache__remove()
2151 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key) in auxtrace_cache__lookup()