Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_subprogs_extable.c12 } test_array SEC(".maps");
26 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0); in BPF_PROG()
36 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0); in BPF_PROG()
46 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0); in BPF_PROG()
/openbmc/linux/kernel/kcsan/
H A Dkcsan_test.c303 static long test_array[3 * PAGE_SIZE / sizeof(long)]; variable
426 for (i = 0; i < ARRAY_SIZE(test_array); ++i) in test_kernel_rmw_array()
427 test_array[i]++; in test_kernel_rmw_array()