Searched refs:map_key (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
A D | load_bytes_relative.c | 26 __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/tools/testing/selftests/bpf/prog_tests/ |
A D | load_bytes_relative.c | 19 __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/include/uapi/sound/ |
A D | sfnt_info.h | 186 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
|
/linux/drivers/hid/ |
A D | hid-input.c | 53 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) macro 628 map_key(KEY_UNKNOWN); in hidinput_configure_usage() 671 map_key(code); in hidinput_configure_usage() 829 case 0x21: map_key(BTN_TOOL_MOUSE); break; in hidinput_configure_usage() 830 case 0x22: map_key(BTN_TOOL_FINGER); break; in hidinput_configure_usage() 831 default: map_key(BTN_TOOL_PEN); break; in hidinput_configure_usage() 1174 map_key(BTN_MISC); in hidinput_configure_usage()
|
/linux/sound/synth/emux/ |
A D | soundfont.c | 438 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/drivers/firmware/efi/libstub/ |
A D | x86-stub.c | 575 unsigned long map_size, desc_size, map_key; in allocate_e820() local 581 status = efi_bs_call(get_memory_map, &map_size, NULL, &map_key, in allocate_e820()
|
/linux/tools/testing/selftests/bpf/benchs/ |
A D | bench_ringbufs.c | 461 int map_key; member
|
/linux/tools/lib/bpf/ |
A D | libbpf.c | 10467 int map_key; member 10514 bpf_map_delete_elem(pb->map_fd, &cpu_buf->map_key); in perf_buffer__free() 10527 int cpu, int map_key) in perf_buffer__open_cpu_buf() argument 10539 cpu_buf->map_key = map_key; in perf_buffer__open_cpu_buf() 10709 int cpu, map_key; in __perf_buffer__new() local 10712 map_key = p->cpu_cnt > 0 ? p->map_keys[i] : i; in __perf_buffer__new() 10720 cpu_buf = perf_buffer__open_cpu_buf(pb, p->attr, cpu, map_key); in __perf_buffer__new() 10728 err = bpf_map_update_elem(pb->map_fd, &map_key, in __perf_buffer__new() 10733 cpu, map_key, cpu_buf->fd, in __perf_buffer__new()
|
Completed in 36 milliseconds