Searched refs:test_array (Results 1 - 4 of 4) sorted by relevance

/linux-master/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);
36 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0);
46 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0);
/linux-master/fs/bcachefs/
H A Dutil.c783 static void eytzinger0_find_test_val(u16 *test_array, unsigned nr, u16 search)
788 r = eytzinger0_find_le(test_array, nr,
789 sizeof(test_array[0]),
792 c1 = test_array[r];
795 if (test_array[i] <= search && test_array[i] > c2)
796 c2 = test_array[i];
800 pr_info("[%3u] = %12u", i, test_array[i]);
809 u16 *test_array = kmalloc_array(allocated, sizeof(test_array[
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dpercpu_alloc.c7 static void test_array(void) function
121 test_array();
/linux-master/kernel/kcsan/
H A Dkcsan_test.c302 /* @test_array should be large enough to fall into multiple watchpoint slots. */
303 static long test_array[3 * PAGE_SIZE / sizeof(long)]; variable
426 for (i = 0; i < ARRAY_SIZE(test_array); ++i)
427 test_array[i]++;

Completed in 154 milliseconds