Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dbpf-loader.c86 static struct hashmap *bpf_map_hash; variable
1167 if (IS_ERR_OR_NULL(bpf_map_hash)) in map_priv()
1169 if (!hashmap__find(bpf_map_hash, map, &priv)) in map_priv()
1179 if (IS_ERR_OR_NULL(bpf_map_hash)) in bpf_map_hash_free()
1185 hashmap__free(bpf_map_hash); in bpf_map_hash_free()
1186 bpf_map_hash = NULL; in bpf_map_hash_free()
1193 if (WARN_ON_ONCE(IS_ERR(bpf_map_hash))) in map_set_priv()
1196 if (!bpf_map_hash) { in map_set_priv()
1198 if (IS_ERR(bpf_map_hash)) in map_set_priv()
1199 return PTR_ERR(bpf_map_hash); in map_set_priv()
[all …]

Completed in 9 milliseconds