Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dload_bytes_relative.c26 __u32 map_key = 0; in load_bytes_relative() local
45 bpf_map_update_elem(&test_result, &map_key, &test_passed, BPF_ANY); in load_bytes_relative()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dload_bytes_relative.c19 __u32 map_key = 0; in test_load_bytes_relative() local
57 err = bpf_map_lookup_elem(map_fd, &map_key, &map_value); in test_load_bytes_relative()
/Linux-v6.1/drivers/firmware/efi/libstub/
Dmem.c31 status = efi_bs_call(get_memory_map, &tmp.map_size, NULL, &tmp.map_key, in efi_get_memory_map()
55 status = efi_bs_call(get_memory_map, &m->map_size, m->map, &m->map_key, in efi_get_memory_map()
Defi-stub-helper.c537 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
557 &map->map_key, in efi_exit_boot_services()
570 status = efi_bs_call(exit_boot_services, handle, map->map_key); in efi_exit_boot_services()
Dx86-stub.c684 unsigned long map_size, desc_size, map_key; in allocate_e820() local
690 status = efi_bs_call(get_memory_map, &map_size, NULL, &map_key, in allocate_e820()
/Linux-v6.1/tools/testing/selftests/bpf/map_tests/
Dmap_in_map_batch_ops.c35 __u32 map_key = 0, map_id; in create_inner_maps() local
58 ret = bpf_map_update_elem(map_fd, &map_key, &map_id, 0); in create_inner_maps()
/Linux-v6.1/include/uapi/sound/
Dsfnt_info.h171 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
/Linux-v6.1/drivers/hid/
Dhid-input.c98 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) macro
704 map_key(KEY_UNKNOWN); in hidinput_configure_usage()
747 map_key(code); in hidinput_configure_usage()
906 map_key(BTN_TOOL_MOUSE); in hidinput_configure_usage()
909 map_key(BTN_TOOL_FINGER); in hidinput_configure_usage()
926 map_key(BTN_TOOL_PEN); in hidinput_configure_usage()
1271 map_key(BTN_MISC); in hidinput_configure_usage()
/Linux-v6.1/sound/synth/emux/
Dsoundfont.c438 zp->v.low == map.map_key && in load_map()
463 if (map.map_key >= 0) { in load_map()
464 zp->v.low = map.map_key; in load_map()
465 zp->v.high = map.map_key; in load_map()
/Linux-v6.1/tools/testing/selftests/bpf/benchs/
Dbench_ringbufs.c457 int map_key; member
/Linux-v6.1/include/linux/
Defi.h531 unsigned long map_key; member
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.c11519 int map_key; member
11566 bpf_map_delete_elem(pb->map_fd, &cpu_buf->map_key); in perf_buffer__free()
11579 int cpu, int map_key) in perf_buffer__open_cpu_buf() argument
11591 cpu_buf->map_key = map_key; in perf_buffer__open_cpu_buf()
11777 int cpu, map_key; in __perf_buffer__new() local
11780 map_key = p->cpu_cnt > 0 ? p->map_keys[i] : i; in __perf_buffer__new()
11788 cpu_buf = perf_buffer__open_cpu_buf(pb, p->attr, cpu, map_key); in __perf_buffer__new()
11796 err = bpf_map_update_elem(pb->map_fd, &map_key, in __perf_buffer__new()
11801 cpu, map_key, cpu_buf->fd, in __perf_buffer__new()