Lines Matching defs:arrays
171 /* BPF_F_MMAPABLE is supported for arrays */
10509 bpf_program__get_prog_info_linear(int fd, __u64 arrays)
10518 if (arrays >> BPF_PROG_INFO_LAST_ARRAY)
10528 /* step 2: calculate total size of all arrays */
10530 bool include_array = (arrays & (1UL << i)) > 0;
10543 arrays &= ~(1UL << i); /* clear the bit */
10560 info_linear->arrays = arrays;
10568 if ((arrays & (1UL << i)) == 0)
10584 /* step 5: call syscall again to get required arrays */
10597 if ((arrays & (1UL << i)) == 0)
10629 if ((info_linear->arrays & (1UL << i)) == 0)
10649 if ((info_linear->arrays & (1UL << i)) == 0)