Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Drodata_test.c15 #define TEST_VALUE 0xC3 macro
16 static const int rodata_test_data = TEST_VALUE;
24 if (unlikely(READ_ONCE(rodata_test_data) != TEST_VALUE)) { in rodata_test()
37 if (unlikely(READ_ONCE(rodata_test_data) != TEST_VALUE)) { in rodata_test()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c7 #define TEST_VALUE 0x1234 macro
148 err = prog_run_insert_elem(skel, key, TEST_VALUE); in test_pcpu_map_init()
158 check_values_one_cpu(value, TEST_VALUE); in test_pcpu_map_init()
185 err = prog_run_insert_elem(skel, key, TEST_VALUE); in test_pcpu_lru_map_init()
195 check_values_one_cpu(value, TEST_VALUE); in test_pcpu_lru_map_init()