Home
last modified time | relevance | path

Searched refs:FD_CLOEXEC (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/tools/perf/trace/beauty/
Dperf_event_open.c37 P_FLAG(FD_CLOEXEC); in syscall_arg__scnprintf_perf_flags()
/Linux-v5.4/include/uapi/asm-generic/
Dfcntl.h162 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dfcntl.h161 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
/Linux-v5.4/fs/
Dfcntl.c337 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl()
341 set_close_on_exec(fd, arg & FD_CLOEXEC); in do_fcntl()
/Linux-v5.4/Documentation/driver-api/
Ddma-buf.rst68 - In order to avoid fd leaks on exec, the FD_CLOEXEC flag must be set
/Linux-v5.4/arch/um/os-Linux/
Dfile.c364 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
/Linux-v5.4/tools/perf/util/
Devlist.c1303 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()
1370 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()
/Linux-v5.4/tools/testing/selftests/net/
Dnettest.c1152 if (fcntl(sd, F_SETFD, FD_CLOEXEC) < 0) in lsock_init()
/Linux-v5.4/Documentation/process/
Dadding-syscalls.rst118 ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, where an unexpected ``fork()`` and
/Linux-v5.4/Documentation/translations/it_IT/process/
Dadding-syscalls.rst131 ``xyzzy()`` e ``fcntl(fd, F_SETFD, FD_CLOEXEC)``, dove un inaspettato