Searched refs:index3 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_maps.c | 1715 const __u32 array_size = 4, index0 = 0, index3 = 3; in test_reuseport_array() local 1745 err = bpf_map_lookup_elem(map_fd, &index3, &map_cookie); in test_reuseport_array() 1749 err = bpf_map_delete_elem(map_fd, &index3); in test_reuseport_array() 1762 err = bpf_map_update_elem(map_fd, &index3, &grpa_fds64[fds_idx], in test_reuseport_array() 1771 err = bpf_map_update_elem(map_fd, &index3, &grpa_fds64[fds_idx], in test_reuseport_array() 1780 err = bpf_map_update_elem(map_fd, &index3, &grpa_fds64[fds_idx], in test_reuseport_array() 1788 err = bpf_map_update_elem(map_fd, &index3, &grpa_fds64[fds_idx], in test_reuseport_array() 1797 err = bpf_map_update_elem(map_fd, &index3, &grpa_fds64[fds_idx], in test_reuseport_array() 1807 err = bpf_map_update_elem(map_fd, &index3, &fd64, BPF_ANY); in test_reuseport_array() 1820 err = bpf_map_delete_elem(map_fd, &index3); in test_reuseport_array() [all …]
|
/openbmc/qemu/block/ |
H A D | vvfat.c | 1322 int index3; in find_mapping_for_cluster_aux() local 1324 index3=(index1+index2)/2; in find_mapping_for_cluster_aux() 1325 mapping=array_get(&(s->mapping),index3); in find_mapping_for_cluster_aux() 1328 assert(index2!=index3 || index2==0); in find_mapping_for_cluster_aux() 1329 if(index2==index3) in find_mapping_for_cluster_aux() 1331 index2=index3; in find_mapping_for_cluster_aux() 1333 if(index1==index3) in find_mapping_for_cluster_aux() 1335 index1=index3; in find_mapping_for_cluster_aux()
|
/openbmc/linux/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
|