Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dfcntl.h161 #define FD_CLOEXEC 1 /* actually anything with low bit set goes */ macro
/linux-4.4.14/fs/
Dfcntl.c256 err = get_close_on_exec(fd) ? FD_CLOEXEC : 0; in do_fcntl()
260 set_close_on_exec(fd, arg & FD_CLOEXEC); in do_fcntl()
/linux-4.4.14/arch/um/os-Linux/
Dfile.c343 CATCH_EINTR(err = fcntl(fd, F_SETFD, FD_CLOEXEC)); in os_set_exec_close()
/linux-4.4.14/tools/perf/util/
Devlist.c1534 fcntl(go_pipe[0], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()
1601 fcntl(go_pipe[1], F_SETFD, FD_CLOEXEC); in perf_evlist__prepare_workload()
/linux-4.4.14/Documentation/
Ddma-buf-sharing.txt431 - In order to avoid fd leaks on exec, the FD_CLOEXEC flag must be set
Dadding-syscalls.txt110 window between xyzzy() and calling fcntl(fd, F_SETFD, FD_CLOEXEC), where an
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c863 P_FLAG(FD_CLOEXEC); in syscall_arg__scnprintf_perf_flags()