Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
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()
/tools/testing/selftests/bpf/prog_tests/
Dpercpu_alloc.c7 static void test_array(void) in test_array() function
121 test_array(); in test_percpu_alloc()