Home
last modified time | relevance | path

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

123

/linux-6.15/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.pkt15 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
36 +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_nagle_https_client.pkt11 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_zerocopy_epoll_edge.pkt24 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_inq_client.pkt9 +0 fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_zerocopy_epoll_exclusive.pkt25 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
H A Dtcp_zerocopy_epoll_oneshot.pkt25 +0 fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
/linux-6.15/include/trace/misc/
H A Dfs.h56 { F_SETFL, "SETFL" }, \
77 { F_SETFL, "SETFL" }, \
/linux-6.15/arch/um/os-Linux/
H A Dsigio.c190 if ((fcntl(master, F_SETFL, flags | O_NONBLOCK | O_ASYNC) < 0) || in async_pty()
194 if ((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 0)) in async_pty()
H A Dfile.c418 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async()
445 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async()
463 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
/linux-6.15/include/uapi/asm-generic/
H A Dfcntl.h102 #define F_SETFL 4 /* set file->f_flags */ macro
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dconnect_close.c45 fcntl(s, F_SETFL, O_NONBLOCK); in do_connect()
/linux-6.15/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-6.15/tools/testing/selftests/mm/
H A Duffd-stress.c287 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_stress()
289 fcntl(uffd, F_SETFL, uffd_flags & ~O_NONBLOCK); in userfaultfd_stress()
/linux-6.15/tools/testing/selftests/perf_events/
H A Dwatermark_signal.c91 if (fcntl(fd, F_SETFL, FASYNC)) { in TEST()
/linux-6.15/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-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dperf_skip.c85 err = fcntl(perf_fd, F_SETFL, O_ASYNC); in serial_test_perf_skip()
/linux-6.15/tools/perf/trace/beauty/
H A Dfcntl.c81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()

123