Searched refs:test_array (Results 1 – 3 of 3) sorted by relevance
12 } 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()
8 static void test_array(void) in test_array() 444 test_array();7 static void test_array(void) test_array() function
303 static long test_array[3 * PAGE_SIZE / sizeof(long)]; variable429 for (i = 0; i < ARRAY_SIZE(test_array); ++i) in test_kernel_rmw_array()430 test_array[i]++; in test_kernel_rmw_array()