Searched refs:arr1 (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | iters.c | 628 long arr1[16], arr2[16], sum = 0; in iter_stack_array_loop() local 633 /* zero-init arr1 and arr2 in such a way that verifier doesn't know in iter_stack_array_loop() 635 * all combination of zero/non-zero stack slots for arr1/arr2, which in iter_stack_array_loop() 636 * will lead to O(2^(ARRAY_SIZE(arr1)+ARRAY_SIZE(arr2))) different in iter_stack_array_loop() 639 __bpf_memzero(arr1, sizeof(arr1)); in iter_stack_array_loop() 640 __bpf_memzero(arr2, sizeof(arr1)); in iter_stack_array_loop() 643 bpf_for(i, 0, ARRAY_SIZE(arr1)) { in iter_stack_array_loop() 645 arr1[i] = i; in iter_stack_array_loop() 653 bpf_for(i, 0, ARRAY_SIZE(arr1)) { in iter_stack_array_loop() 690 int arr1[16], arr2[32]; iter_pass_iter_ptr_to_subprog() local [all...] |
H A D | arena_htab.c | 22 char __arena arr1[100000]; variable 30 char __arena *arr = arr1; in arena_htab_llvm()
|
H A D | btf_dump_test_case_syntax.c | 177 int arr1[13]; member
|
/linux/Documentation/translations/zh_CN/staging/ |
H A D | speculation.rst | 51 int load_dependent_arrays(int *arr1, int *arr2, int index) 55 val1 = load_array(arr1, index);
|
/linux/tools/testing/selftests/bpf/test_kmods/ |
H A D | bpf_testmod_kfunc.h | 44 short arr1[4]; member 63 char arr1[2]; member
|
/linux/Documentation/staging/ |
H A D | speculation.rst | 51 int load_dependent_arrays(int *arr1, int *arr2, int index) 55 val1 = load_array(arr1, index);
|