Searched refs:type_key (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/include/bpf/ |
D | bpf.h | 21 #define bpf_map(name, _type, type_key, type_val, _max_entries) \ argument 24 .key_size = sizeof(type_key), \ 29 type_key key; \
|
/linux-6.1.9/tools/bpf/bpftool/ |
D | gen.c | 2089 const void *type_key = u32_as_hash_key(relo->type_id); in btfgen_record_obj() local 2093 !hashmap__find(cand_cache, type_key, (void **)&cands)) { in btfgen_record_obj() 2100 err = hashmap__set(cand_cache, type_key, cands, NULL, NULL); in btfgen_record_obj()
|
/linux-6.1.9/tools/lib/bpf/ |
D | libbpf.c | 5613 const void *type_key = u32_as_hash_key(relo->type_id); in bpf_core_resolve_relo() local 5630 !hashmap__find(cand_cache, type_key, (void **)&cands)) { in bpf_core_resolve_relo() 5638 err = hashmap__set(cand_cache, type_key, cands, NULL, NULL); in bpf_core_resolve_relo()
|