Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c1021 __u64 val, expected_val = 0, res_first_val, first_val = 0; in test_bpf_array_map() local
1070 res_first_val = *(__u64 *)(buf + sizeof(__u32)); in test_bpf_array_map()
1072 !ASSERT_EQ(res_first_val, first_val, "bpf_seq_write")) in test_bpf_array_map()