| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt | 9 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 22 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0 28 +0 fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0 36 +0 fcntl(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_tcp_info_tcp-info-sndbuf-limited.pkt | 8 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 15 +0 fcntl(3, F_SETFL, O_RDWR) = 0 // set back to blocking
|
| H A D | tcp_tcp_info_tcp-info-rwnd-limited.pkt | 9 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 19 +0 fcntl(3, F_SETFL, O_RDWR) = 0 // set back to blocking
|
| H A D | tcp_zerocopy_fastopen-client.pkt | 17 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 38 +0 fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_timestamping_client-only-last-byte.pkt | 10 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 18 +0 fcntl(3, F_SETFL, O_RDWR) = 0 // set back to blocking
|
| H A D | tcp_tcp_info_tcp-info-last_data_recv.pkt | 8 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_syscall_bad_arg_syscall-invalid-buf-ptr.pkt | 8 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_close_close-on-syn-sent.pkt | 8 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_fastopen_server_trigger-rst-reconnect.pkt | 24 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_nagle_https_client.pkt | 11 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_inq_client.pkt | 12 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_zerocopy_epoll_edge.pkt | 27 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_zerocopy_epoll_oneshot.pkt | 28 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | tcp_zerocopy_epoll_exclusive.pkt | 28 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| /linux/include/trace/misc/ |
| H A D | fs.h | 56 { F_SETFL, "SETFL" }, \ 77 { F_SETFL, "SETFL" }, \
|
| /linux/arch/um/os-Linux/ |
| H A D | sigio.c | 191 if ((fcntl(master, F_SETFL, flags | O_NONBLOCK | O_ASYNC) < 0) || in async_pty() 195 if ((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 0)) in async_pty()
|
| H A D | file.c | 403 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async() 430 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async() 448 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
|
| /linux/include/uapi/asm-generic/ |
| H A D | fcntl.h | 102 #define F_SETFL 4 /* set file->f_flags */ macro
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | connect_close.c | 45 fcntl(s, F_SETFL, O_NONBLOCK); in do_connect()
|
| /linux/tools/perf/tests/ |
| H A D | bp_signal_overflow.c | 109 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | watermark_signal.c | 89 if (fcntl(fd, F_SETFL, FASYNC)) { in TEST()
|
| /linux/tools/testing/selftests/net/netfilter/packetdrill/ |
| H A D | conntrack_syn_challenge_ack.pkt | 19 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| H A D | conntrack_rst_invalid.pkt | 10 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
|
| /linux/tools/perf/trace/beauty/ |
| H A D | fcntl.c | 81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | perf_skip.c | 85 err = fcntl(perf_fd, F_SETFL, O_ASYNC); in serial_test_perf_skip()
|