Home
last modified time | relevance | path

Searched refs:lookup_val (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_local_storage.c57 lookup_val = { .value = 0 }; in check_syscall_operations() local
61 err = bpf_map_lookup_elem_flags(map_fd, &obj_fd, &lookup_val, 0); in check_syscall_operations()
71 err = bpf_map_lookup_elem_flags(map_fd, &obj_fd, &lookup_val, 0); in check_syscall_operations()
76 if (!ASSERT_EQ(lookup_val.value, val.value, "bpf_map_lookup_elem")) in check_syscall_operations()
84 err = bpf_map_lookup_elem_flags(map_fd, &obj_fd, &lookup_val, 0); in check_syscall_operations()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf_map_key.c39 int *lookup_val; in test_ringbuf_mem_map_key() local
55 lookup_val = (int *)bpf_map_lookup_elem(&hash_map, sample); in test_ringbuf_mem_map_key()
56 __sink(lookup_val); in test_ringbuf_mem_map_key()
/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0132.c6431 unsigned int lookup_val; in ca0132_alt_dsp_volume_put() local
6438 lookup_val = spec->vnode_lvol[nid - VNODE_START_NID]; in ca0132_alt_dsp_volume_put()
6443 float_vol_db_lookup[lookup_val]); in ca0132_alt_dsp_volume_put()
6445 lookup_val = spec->vnode_rvol[nid - VNODE_START_NID]; in ca0132_alt_dsp_volume_put()
6450 float_vol_db_lookup[lookup_val]); in ca0132_alt_dsp_volume_put()