Lines Matching refs:auxtrace_cache
429 struct auxtrace_cache;
541 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size,
543 void auxtrace_cache__free(struct auxtrace_cache *auxtrace_cache);
544 void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c);
545 void auxtrace_cache__free_entry(struct auxtrace_cache *c, void *entry);
546 int auxtrace_cache__add(struct auxtrace_cache *c, u32 key,
548 void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key);
549 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key);
769 void auxtrace_cache__free(struct auxtrace_cache *auxtrace_cache __maybe_unused)