Home
last modified time | relevance | path

Searched refs:fd_array (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dbind_bhash.c28 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/perf/tests/shell/
H A Dtest_intel_pt.sh185 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 Dtest_verifier.c972 static void fixup_prog_kfuncs(struct bpf_insn *prog, int *fd_array, in fixup_prog_kfuncs() argument
1000 *fd_array = btf__fd(testmod_btf); in fixup_prog_kfuncs()
1012 struct bpf_insn *prog, int *map_fds, int *fd_array) in do_test_fixup() argument
1237 fixup_prog_kfuncs(prog, fd_array, test->fixup_kfunc_btf_id); in do_test_fixup()
1518 int fd_array[2] = { -1, -1 }; in do_test_single() local
1539 do_test_fixup(test, prog_type, prog, map_fds, &fd_array[1]); in do_test_single()
1573 if (fd_array[1] != -1) in do_test_single()
1574 opts.fd_array = &fd_array[0]; in do_test_single()
/linux/tools/lib/bpf/
H A Dbpf_gen_internal.h50 int fd_array; member
H A Dskel_internal.h311 const size_t prog_load_attr_sz = offsetofend(union bpf_attr, fd_array); in bpf_load_and_run()
336 attr.fd_array = (long) &map_fd; in bpf_load_and_run()
H A Dgen_loader.c47 return gen->fd_array + index * sizeof(int); in blob_fd_array_off()
118 gen->fd_array = add_data(gen, NULL, MAX_FD_ARRAY_SZ * sizeof(int)); in bpf_gen__init()
194 return (cur - gen->fd_array) / sizeof(int); in add_kfunc_btf_fd()
993 emit_rel_store(gen, attr_field(prog_load_attr, fd_array), gen->fd_array); in bpf_gen__prog_load()
H A Dbpf.h87 const int *fd_array; member
H A Dbpf.c313 attr.fd_array = ptr_to_u64(OPTS_GET(opts, fd_array, NULL)); in bpf_prog_load()
H A Dlibbpf.c619 * 0 for vmlinux BTF, index in obj->fd_array for module
721 int *fd_array;
7459 load_attr.fd_array = obj->fd_array; in bpf_object_load_prog()
8273 /* set index for module BTF fd in fd_array, if unset */ in bpf_object__resolve_ksym_func_btf_id()
8285 ret = libbpf_ensure_mem((void **)&obj->fd_array, &obj->fd_array_cap, sizeof(int), in bpf_object__resolve_ksym_func_btf_id()
8291 obj->fd_array[obj->fd_array_cnt++] = mod_btf->fd; in bpf_object__resolve_ksym_func_btf_id()
8526 /* clean up fd_array */ in bpf_object_load()
8527 zfree(&obj->fd_array); in bpf_object_load()
723 int *fd_array; global() member
/linux/Documentation/bpf/
H A Dlinux-notes.rst28 Linux uses an fd_array to store maps associated with a BPF program. Thus,
/linux/fs/
H A Dfile.c340 new_fdt->fd = &newf->fd_array[0]; in dup_fd()
474 .fd = &init_files.fd_array[0],
/linux/include/linux/
H A Dbpf_verifier.h770 bpfptr_t fd_array; member
/linux/include/uapi/linux/
H A Dbpf.h1560 __aligned_u64 fd_array; /* array of FDs */ member
/linux/tools/include/uapi/linux/
H A Dbpf.h1560 __aligned_u64 fd_array; /* array of FDs */ member
/linux/kernel/bpf/
H A Dverifier.c2720 if (bpfptr_is_null(env->fd_array)) { in __find_kfunc_desc_btf()
2725 if (copy_from_bpfptr_offset(&btf_fd, env->fd_array, in __find_kfunc_desc_btf()
19048 if (bpfptr_is_null(env->fd_array)) { in resolve_pseudo_ldimm64()
19052 if (copy_from_bpfptr_offset(&fd, env->fd_array, in resolve_pseudo_ldimm64()
22329 env->fd_array = make_bpfptr(attr->fd_array, uattr.is_kernel); in bpf_check()