Lines Matching refs:auxtrace_cache
1968 struct auxtrace_cache { struct
1977 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size, in auxtrace_cache__new() argument
1980 struct auxtrace_cache *c; in auxtrace_cache__new()
1984 c = zalloc(sizeof(struct auxtrace_cache)); in auxtrace_cache__new()
2010 static void auxtrace_cache__drop(struct auxtrace_cache *c) in auxtrace_cache__drop()
2029 void auxtrace_cache__free(struct auxtrace_cache *c) in auxtrace_cache__free()
2039 void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c) in auxtrace_cache__alloc_entry()
2044 void auxtrace_cache__free_entry(struct auxtrace_cache *c __maybe_unused, in auxtrace_cache__free_entry()
2050 int auxtrace_cache__add(struct auxtrace_cache *c, u32 key, in auxtrace_cache__add()
2062 static struct auxtrace_cache_entry *auxtrace_cache__rm(struct auxtrace_cache *c, in auxtrace_cache__rm()
2083 void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key) in auxtrace_cache__remove()
2090 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key) in auxtrace_cache__lookup()