Searched refs:first_val (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | mremap_test.c | 142 unsigned long first_val, second_val; in get_mmap_min_addr() 147 if (sscanf(line, "%lx-%lx", &first_val, &second_val) != 2) { in get_mmap_min_addr() 152 if (first_val <= start && second_val >= end) { 163 unsigned long first_val, second_val; is_range_mapped() local
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_iter.c | 1020 __u64 val, expected_val = 0, res_first_val, first_val = 0; in test_bpf_array_map() local 1041 first_val = val; in test_bpf_array_map() 1071 !ASSERT_EQ(res_first_val, first_val, "bpf_seq_write")) in test_bpf_array_map()
|