Searched refs:index3 (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_maps.c | 1719 const __u32 array_size = 4, index0 = 0, index3 = 3; in test_reuseport_array() local 1749 err = bpf_map_lookup_elem(map_fd, &index3, &map_cookie); in test_reuseport_array() 1753 err = bpf_map_delete_elem(map_fd, &index3); in test_reuseport_array() 1811 err = bpf_map_update_elem(map_fd, &index3, &fd64, BPF_ANY); in test_reuseport_array() 1824 err = bpf_map_delete_elem(map_fd, &index3); in test_reuseport_array() 1830 err = bpf_map_update_elem(map_fd, &index3, &fd64, BPF_NOEXIST); in test_reuseport_array() 1836 err = bpf_map_lookup_elem(map_fd, &index3, &map_cookie); in test_reuseport_array() 1845 err = bpf_map_lookup_elem(map_fd, &index3, &map_cookie); in test_reuseport_array() 1856 err = bpf_map_update_elem(map_fd, &index3, &fd64, BPF_NOEXIST); in test_reuseport_array() 1872 err = bpf_map_update_elem(map_fd, &index3, &fd, BPF_NOEXIST); in test_reuseport_array() [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-devices-system-cpu | 272 What: /sys/devices/system/cpu/cpu*/cache/index3/cache_disable_{0,1} 278 These files exist in every CPU's cache/index3 directory. Each
|