Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt9 +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 Dtcp_tcp_info_tcp-info-sndbuf-limited.pkt8 +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 Dtcp_tcp_info_tcp-info-rwnd-limited.pkt9 +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 Dtcp_zerocopy_fastopen-client.pkt17 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
38 +0 fcntl(5, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_timestamping_client-only-last-byte.pkt10 +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 Dtcp_tcp_info_tcp-info-last_data_recv.pkt8 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_syscall_bad_arg_syscall-invalid-buf-ptr.pkt8 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_close_close-on-syn-sent.pkt8 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_fastopen_server_trigger-rst-reconnect.pkt24 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_nagle_https_client.pkt11 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_inq_client.pkt12 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_zerocopy_epoll_edge.pkt27 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_zerocopy_epoll_oneshot.pkt28 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_zerocopy_epoll_exclusive.pkt28 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
/linux/include/trace/misc/
H A Dfs.h56 { F_SETFL, "SETFL" }, \
77 { F_SETFL, "SETFL" }, \
/linux/arch/um/os-Linux/
H A Dsigio.c191 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 Dfile.c403 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 Dfcntl.h102 #define F_SETFL 4 /* set file->f_flags */ macro
/linux/tools/testing/selftests/net/netfilter/
H A Dconnect_close.c45 fcntl(s, F_SETFL, O_NONBLOCK); in do_connect()
/linux/tools/perf/tests/
H A Dbp_signal_overflow.c109 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
/linux/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c89 if (fcntl(fd, F_SETFL, FASYNC)) { in TEST()
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_syn_challenge_ack.pkt19 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dconntrack_rst_invalid.pkt10 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
/linux/tools/perf/trace/beauty/
H A Dfcntl.c81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dperf_skip.c85 err = fcntl(perf_fd, F_SETFL, O_ASYNC); in serial_test_perf_skip()

123