Home
last modified time | relevance | path

Searched defs:map_key (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/util/
H A Dbpf-trace-summary.c171 static int update_thread_stats(struct hashmap *hash, struct syscall_key *map_key, in update_thread_stats()
235 static int update_total_stats(struct hashmap *hash, struct syscall_key *map_key, in update_total_stats()
307 static int update_cgroup_stats(struct hashmap *hash, struct syscall_key *map_key, in update_cgroup_stats()
/linux/tools/testing/selftests/bpf/progs/
H A Dload_bytes_relative.c26 __u32 map_key = 0; in load_bytes_relative() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dload_bytes_relative.c19 __u32 map_key = 0; in test_load_bytes_relative() local
H A Dxdp_context_test_run.c162 __u32 map_key = 0; assert_test_result() local
/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c35 __u32 map_key = 0, map_id; in create_inner_maps() local
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c457 int map_key; member
/linux/include/uapi/sound/
H A Dsfnt_info.h171 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
/linux/drivers/hid/
H A Dhid-input.c98 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) macro