Lines Matching refs:cand_cache
5882 struct hashmap *cand_cache,
5902 !hashmap__find(cand_cache, local_id, &cands)) {
5910 err = hashmap__set(cand_cache, local_id, cands, NULL, NULL);
5929 struct hashmap *cand_cache = NULL;
5947 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL);
5948 if (IS_ERR(cand_cache)) {
5949 err = PTR_ERR(cand_cache);
6010 err = bpf_core_resolve_relo(prog, rec, i, obj->btf, cand_cache, &targ_res);
6031 if (!IS_ERR_OR_NULL(cand_cache)) {
6032 hashmap__for_each_entry(cand_cache, entry, i) {
6035 hashmap__free(cand_cache);