Searched refs:test_array (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | util.c | 783 c1 = test_array[r]; 786 if (test_array[i] <= search && test_array[i] > c2) 787 c2 = test_array[i]; 800 u16 *test_array = kmalloc_array(allocated, sizeof(test_array[0]), GFP_KERNEL); 805 get_random_bytes(test_array, nr * sizeof(test_array[0])); 806 eytzinger0_sort(test_array, nr, sizeof(test_array[0]), cmp_u16, NULL); 811 test_array[i] > test_array[eytzinger0_next(i, nr)]); 817 eytzinger0_find_test_val(test_array, nr, test_array[i] - 1); 818 eytzinger0_find_test_val(test_array, nr, test_array[i]); 819 eytzinger0_find_test_val(test_array, nr, test_array[i] + 1); [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| 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/ |
| 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/ |
| 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()
|
Completed in 13 milliseconds