Searched refs:test_array (Results 1 – 4 of 4) sorted by relevance
/linux/fs/bcachefs/ |
H A D | util.c | 807 static void eytzinger0_find_test_le(u16 *test_array, unsigned nr, u16 search) 812 r = eytzinger0_find_le(test_array, nr, 813 sizeof(test_array[0]), 816 if (test_array[r] > search) { 820 bad = s >= 0 && test_array[s] <= search; 824 bad = s >= 0 && test_array[s] <= search; 830 if (test_array[j] <= search) { 837 pr_info("[%3u] = %12u\n", j, test_array[j]); 844 static void eytzinger0_find_test_gt(u16 *test_array, unsigned nr, u16 search) 849 r = eytzinger0_find_gt(test_array, nr, [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_subprogs_extable.c | 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()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | percpu_alloc.c | 7 static void test_array(void) in test_array() function 121 test_array(); in test_percpu_alloc()
|
/linux/kernel/kcsan/ |
H A D | kcsan_test.c | 303 static long test_array[3 * PAGE_SIZE / sizeof(long)]; variable 429 for (i = 0; i < ARRAY_SIZE(test_array); ++i) in test_kernel_rmw_array() 430 test_array[i]++; in test_kernel_rmw_array()
|