Searched refs:cand_cache (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 5727 struct hashmap *cand_cache) in bpf_core_apply_relo() argument 5782 if (!hashmap__find(cand_cache, type_key, (void **)&cand_ids)) { in bpf_core_apply_relo() 5790 err = hashmap__set(cand_cache, type_key, cand_ids, NULL, NULL); in bpf_core_apply_relo() 5897 struct hashmap *cand_cache = NULL; in bpf_object__relocate_core() local 5915 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL); in bpf_object__relocate_core() 5916 if (IS_ERR(cand_cache)) { in bpf_object__relocate_core() 5917 err = PTR_ERR(cand_cache); in bpf_object__relocate_core() 5973 targ_btf, cand_cache); in bpf_object__relocate_core() 5986 if (!IS_ERR_OR_NULL(cand_cache)) { in bpf_object__relocate_core() 5987 hashmap__for_each_entry(cand_cache, entry, i) { in bpf_object__relocate_core() [all …]
|