Home
last modified time | relevance | path

Searched refs:cand_cache (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.c5730 struct hashmap *cand_cache) in bpf_core_apply_relo() argument
5785 if (!hashmap__find(cand_cache, type_key, (void **)&cand_ids)) { in bpf_core_apply_relo()
5793 err = hashmap__set(cand_cache, type_key, cand_ids, NULL, NULL); in bpf_core_apply_relo()
5900 struct hashmap *cand_cache = NULL; in bpf_object__relocate_core() local
5918 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_object__relocate_core()
5919 if (IS_ERR(cand_cache)) { in bpf_object__relocate_core()
5920 err = PTR_ERR(cand_cache); in bpf_object__relocate_core()
5976 targ_btf, cand_cache); in bpf_object__relocate_core()
5989 if (!IS_ERR_OR_NULL(cand_cache)) { in bpf_object__relocate_core()
5990 hashmap__for_each_entry(cand_cache, entry, i) { in bpf_object__relocate_core()
[all …]