Searched refs:type_key (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.10/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-v5.10/tools/testing/selftests/bpf/ | 
| D | bpf_legacy.h | 5 #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val)		\  argument 7 		type_key key;					\
  | 
| /Linux-v5.10/tools/lib/bpf/ | 
| D | libbpf.c | 5671 	const void *type_key = u32_as_hash_key(relo->type_id);  in bpf_core_apply_relo()  local 5723 	if (!hashmap__find(cand_cache, type_key, (void **)&cand_ids)) {  in bpf_core_apply_relo() 5731 		err = hashmap__set(cand_cache, type_key, cand_ids, NULL, NULL);  in bpf_core_apply_relo()
  |