Searched refs:fd_array (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/net/ |
| H A D | bind_bhash.c | 28 static int fd_array[MAX_THREADS][MAX_CONNECTIONS]; variable 114 pthread_create(&tid[i], NULL, setup, fd_array[i]); in main() 140 close(fd_array[i][j]); in main()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | fd_array.c | 98 static int __load_test_prog(int map_fd, const int *fd_array, int fd_array_cnt) in __load_test_prog() argument 112 opts.fd_array = fd_array; in __load_test_prog() 118 static int load_test_prog(const int *fd_array, int fd_array_cnt) in load_test_prog() argument 127 ret = __load_test_prog(map_fd, fd_array, fd_array_cnt); in load_test_prog()
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_intel_pt.sh | 185 fd_array[fd] = fd 195 if (fd in fd_array) { 209 if (fd in fd_array) { 210 if (fd_to in fd_array) { 223 print "Checking " length(fd_array) " fds" 224 for (fd in fd_array) {
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 968 static void fixup_prog_kfuncs(struct bpf_insn *prog, int *fd_array, in fixup_prog_kfuncs() argument 996 *fd_array = btf__fd(testmod_btf); in fixup_prog_kfuncs() 1008 struct bpf_insn *prog, int *map_fds, int *fd_array) in do_test_fixup() argument 1233 fixup_prog_kfuncs(prog, fd_array, test->fixup_kfunc_btf_id); in do_test_fixup() 1514 int fd_array[2] = { -1, -1 }; in do_test_single() local 1535 do_test_fixup(test, prog_type, prog, map_fds, &fd_array[1]); in do_test_single() 1569 if (fd_array[1] != -1) in do_test_single() 1570 opts.fd_array = &fd_array[0]; in do_test_single()
|
| /linux/Documentation/bpf/ |
| H A D | linux-notes.rst | 28 Linux uses an fd_array to store maps associated with a BPF program. Thus,
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1618 __aligned_u64 fd_array; /* array of FDs */ 1631 * fd_array array. In this case all the [map] file descriptors 1636 * then the fd_array[0,...,fd_array_cnt-1] is expected to be 1592 __aligned_u64 fd_array; /* array of FDs */ global() member
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 641 * 0 for vmlinux BTF, index in obj->fd_array for module 752 int *fd_array; member 7897 load_attr.fd_array = obj->fd_array; in bpf_object_load_prog() 8713 /* set index for module BTF fd in fd_array, if unset */ in bpf_object__resolve_ksyms_btf_id() 8725 ret = libbpf_ensure_mem((void **)&obj->fd_array, &obj->fd_array_cap, sizeof(int), in bpf_object__resolve_externs() 8731 obj->fd_array[obj->fd_array_cnt++] = mod_btf->fd; in bpf_object__resolve_externs() 8943 /* clean up fd_array */ in bpf_object_load() 8944 zfree(&obj->fd_array); in bpf_object_load() 9886 attr.fd_array [all...] |
| /linux/kernel/bpf/ |
| H A D | verifier.c | 2828 if (bpfptr_is_null(env->fd_array)) { in __find_kfunc_desc_btf() 2833 if (copy_from_bpfptr_offset(&btf_fd, env->fd_array, in __find_kfunc_desc_btf() 18492 if (bpfptr_is_null(env->fd_array)) { in check_and_resolve_insns() 18496 if (copy_from_bpfptr_offset(&fd, env->fd_array, in check_and_resolve_insns() 19667 env->fd_array = make_bpfptr(attr->fd_array, uattr.is_kernel); in process_fd_array() 19684 if (copy_from_bpfptr_offset(&fd, env->fd_array, i * size, size)) in process_fd_array()
|