Lines Matching refs:auxtrace_cache
458 struct auxtrace_cache;
561 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size,
563 void auxtrace_cache__free(struct auxtrace_cache *auxtrace_cache);
564 void *auxtrace_cache__alloc_entry(struct auxtrace_cache *c);
565 void auxtrace_cache__free_entry(struct auxtrace_cache *c, void *entry);
566 int auxtrace_cache__add(struct auxtrace_cache *c, u32 key,
568 void auxtrace_cache__remove(struct auxtrace_cache *c, u32 key);
569 void *auxtrace_cache__lookup(struct auxtrace_cache *c, u32 key);
832 void auxtrace_cache__free(struct auxtrace_cache *auxtrace_cache __maybe_unused)