Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 – 25 of 52) sorted by relevance

123

/linux/include/trace/misc/
A Dfs.h56 { F_SETFL, "SETFL" }, \
77 { F_SETFL, "SETFL" }, \
/linux/tools/testing/selftests/net/packetdrill/
A Dtcp_zerocopy_fastopen-client.pkt15 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
36 +0 fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0
A Dtcp_inq_client.pkt9 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
A Dtcp_zerocopy_epoll_edge.pkt24 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
A Dtcp_zerocopy_epoll_exclusive.pkt25 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
A Dtcp_zerocopy_epoll_oneshot.pkt25 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
/linux/include/uapi/asm-generic/
A Dfcntl.h103 #define F_SETFL 4 /* set file->f_flags */ macro
/linux/tools/testing/selftests/net/netfilter/
A Dconnect_close.c45 fcntl(s, F_SETFL, O_NONBLOCK); in do_connect()
/linux/tools/perf/tests/
A Dbp_signal_overflow.c109 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
A Dbp_signal.c132 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in __event()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dlwt_helpers.h59 err = fcntl(fd, F_SETFL, O_NONBLOCK); in open_tuntap()
A Dperf_skip.c85 err = fcntl(perf_fd, F_SETFL, O_ASYNC); in serial_test_perf_skip()
A Dlwt_redirect.c132 err = fcntl(s, F_SETFL, O_NONBLOCK); in new_packet_sock()
/linux/tools/testing/selftests/mm/
A Duffd-stress.c286 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_stress()
288 fcntl(uffd, F_SETFL, uffd_flags & ~O_NONBLOCK); in userfaultfd_stress()
/linux/tools/testing/selftests/perf_events/
A Dwatermark_signal.c91 if (fcntl(fd, F_SETFL, FASYNC)) { in TEST()
/linux/arch/um/os-Linux/
A Dfile.c424 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async()
451 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async()
469 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
A Dsigio.c437 if ((fcntl(master, F_SETFL, flags | O_NONBLOCK | O_ASYNC) < 0) || in async_pty()
441 if ((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 0)) in async_pty()
/linux/tools/testing/selftests/net/netfilter/packetdrill/
A Dconntrack_syn_challenge_ack.pkt19 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
A Dconntrack_rst_invalid.pkt10 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
A Dconntrack_inexact_rst.pkt21 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
/linux/tools/perf/trace/beauty/
A Dfcntl.c81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
/linux/Documentation/userspace-api/media/dvb/
A Dca-fopen.rst57 using the ``F_SETFL`` command of the ``fcntl`` system call. This is a
A Ddmx-fopen.rst67 using the ``F_SETFL`` command of the fcntl system call.
/linux/tools/testing/selftests/net/
A Dtcp_mmap.c190 fcntl(fd, F_SETFL, O_NDELAY); in child_thread()
281 fcntl(fd, F_SETFL, 0); in child_thread()
/linux/tools/testing/selftests/wireguard/qemu/
A Dinit.c137 if (fcntl(fileno(file), F_SETFL, O_NONBLOCK) < 0) in kmod_selftests()

Completed in 45 milliseconds

123