| /linux/include/trace/misc/ |
| A D | fs.h | 56 { F_SETFL, "SETFL" }, \ 77 { F_SETFL, "SETFL" }, \
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| A D | tcp_zerocopy_fastopen-client.pkt | 15 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 36 +0 fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| A D | tcp_inq_client.pkt | 9 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| A D | tcp_zerocopy_epoll_edge.pkt | 24 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| A D | tcp_zerocopy_epoll_exclusive.pkt | 25 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| A D | tcp_zerocopy_epoll_oneshot.pkt | 25 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| /linux/include/uapi/asm-generic/ |
| A D | fcntl.h | 103 #define F_SETFL 4 /* set file->f_flags */ macro
|
| /linux/tools/testing/selftests/net/netfilter/ |
| A D | connect_close.c | 45 fcntl(s, F_SETFL, O_NONBLOCK); in do_connect()
|
| /linux/tools/perf/tests/ |
| A D | bp_signal_overflow.c | 109 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
|
| A D | bp_signal.c | 132 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in __event()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | lwt_helpers.h | 59 err = fcntl(fd, F_SETFL, O_NONBLOCK); in open_tuntap()
|
| A D | perf_skip.c | 85 err = fcntl(perf_fd, F_SETFL, O_ASYNC); in serial_test_perf_skip()
|
| A D | lwt_redirect.c | 132 err = fcntl(s, F_SETFL, O_NONBLOCK); in new_packet_sock()
|
| /linux/tools/testing/selftests/mm/ |
| A D | uffd-stress.c | 286 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 D | watermark_signal.c | 91 if (fcntl(fd, F_SETFL, FASYNC)) { in TEST()
|
| /linux/arch/um/os-Linux/ |
| A D | file.c | 424 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 D | sigio.c | 437 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 D | conntrack_syn_challenge_ack.pkt | 19 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| A D | conntrack_rst_invalid.pkt | 10 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| A D | conntrack_inexact_rst.pkt | 21 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| /linux/tools/perf/trace/beauty/ |
| A D | fcntl.c | 81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
|
| /linux/Documentation/userspace-api/media/dvb/ |
| A D | ca-fopen.rst | 57 using the ``F_SETFL`` command of the ``fcntl`` system call. This is a
|
| A D | dmx-fopen.rst | 67 using the ``F_SETFL`` command of the fcntl system call.
|
| /linux/tools/testing/selftests/net/ |
| A D | tcp_mmap.c | 190 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 D | init.c | 137 if (fcntl(fileno(file), F_SETFL, O_NONBLOCK) < 0) in kmod_selftests()
|