Lines Matching refs:cand_cache
5730 struct hashmap *cand_cache)
5785 if (!hashmap__find(cand_cache, type_key, (void **)&cand_ids)) {
5793 err = hashmap__set(cand_cache, type_key, cand_ids, NULL, NULL);
5900 struct hashmap *cand_cache = NULL;
5918 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL);
5919 if (IS_ERR(cand_cache)) {
5920 err = PTR_ERR(cand_cache);
5976 targ_btf, cand_cache);
5989 if (!IS_ERR_OR_NULL(cand_cache)) {
5990 hashmap__for_each_entry(cand_cache, entry, i) {
5993 hashmap__free(cand_cache);