Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c6146 struct hashmap *cand_cache,
6166 !hashmap__find(cand_cache, local_id, &cands)) {
6174 err = hashmap__set(cand_cache, local_id, cands, NULL, NULL);
6193 struct hashmap *cand_cache = NULL; local
6213 cand_cache = hashmap__new(bpf_core_hash_fn, bpf_core_equal_fn, NULL);
6214 if (IS_ERR(cand_cache)) {
6215 err = PTR_ERR(cand_cache);
6276 err = bpf_core_resolve_relo(prog, rec, i, obj->btf, cand_cache, &targ_res);
6297 if (!IS_ERR_OR_NULL(cand_cache)) {
6298 hashmap__for_each_entry(cand_cache, entr
6142 bpf_core_resolve_relo(struct bpf_program *prog, const struct bpf_core_relo *relo, int relo_idx, const struct btf *local_btf, struct hashmap *cand_cache, struct bpf_core_relo_res *targ_res) global() argument
[all...]

Completed in 12 milliseconds