Searched refs:map_key (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dload_bytes_relative.c26 __u32 map_key = 0; local
45 bpf_map_update_elem(&test_result, &map_key, &test_passed, BPF_ANY);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dload_bytes_relative.c19 __u32 map_key = 0; local
57 err = bpf_map_lookup_elem(map_fd, &map_key, &map_value);
/linux-master/drivers/firmware/efi/libstub/
H A Dmem.c31 status = efi_bs_call(get_memory_map, &tmp.map_size, NULL, &tmp.map_key,
55 status = efi_bs_call(get_memory_map, &m->map_size, m->map, &m->map_key,
H A Defi-stub-helper.c446 status = efi_bs_call(exit_boot_services, handle, map->map_key);
466 &map->map_key,
479 status = efi_bs_call(exit_boot_services, handle, map->map_key);
/linux-master/include/uapi/sound/
H A Dsfnt_info.h171 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member in struct:soundfont_voice_map
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c35 __u32 map_key = 0, map_id; local
58 ret = bpf_map_update_elem(map_fd, &map_key, &map_id, 0);
/linux-master/sound/synth/emux/
H A Dsoundfont.c438 zp->v.low == map.map_key &&
463 if (map.map_key >= 0) {
464 zp->v.low = map.map_key;
465 zp->v.high = map.map_key;
/linux-master/drivers/hid/
H A Dhid-input.c98 #define map_key(c) hid_map_usage(hidinput, usage, &bit, &max, EV_KEY, (c)) macro
756 map_key(KEY_UNKNOWN);
799 map_key(code);
966 map_key(BTN_TOOL_MOUSE);
969 map_key(BTN_TOOL_FINGER);
986 map_key(BTN_TOOL_PEN);
1353 map_key(BTN_MISC);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c457 int map_key; member in struct:perf_cpu_buf
/linux-master/include/linux/
H A Defi.h538 unsigned long map_key; member in struct:efi_boot_memmap
/linux-master/tools/lib/bpf/
H A Dlibbpf.c12853 int map_key; member in struct:perf_cpu_buf
12900 bpf_map_delete_elem(pb->map_fd, &cpu_buf->map_key);
12913 int cpu, int map_key)
12925 cpu_buf->map_key = map_key;
13116 int cpu, map_key; local
13119 map_key = p->cpu_cnt > 0 ? p->map_keys[i] : i;
13127 cpu_buf = perf_buffer__open_cpu_buf(pb, p->attr, cpu, map_key);
13135 err = bpf_map_update_elem(pb->map_fd, &map_key,
13140 cpu, map_key, cpu_bu
12912 perf_buffer__open_cpu_buf(struct perf_buffer *pb, struct perf_event_attr *attr, int cpu, int map_key) argument
[all...]

Completed in 244 milliseconds