| /linux-5.15/tools/testing/selftests/bpf/prog_tests/ |
| A D | trace_printk.c | 43 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in test_trace_printk()
|
| /linux-5.15/tools/include/uapi/asm-generic/ |
| A D | fcntl.h | 103 #define F_SETFL 4 /* set file->f_flags */ macro
|
| /linux-5.15/include/uapi/asm-generic/ |
| A D | fcntl.h | 104 #define F_SETFL 4 /* set file->f_flags */ macro
|
| /linux-5.15/tools/perf/tests/ |
| H A D | bp_signal_overflow.c | 103 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
|
| H A D | bp_signal.c | 131 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in __event()
|
| /linux-5.15/arch/um/os-Linux/ |
| H A D | file.c | 413 if (fcntl(fd, F_SETFL, flags) < 0) { in os_set_fd_async() 440 if (fcntl(fd, F_SETFL, flags) < 0) in os_clear_fd_async() 458 if (fcntl(fd, F_SETFL, flags) < 0) in os_set_fd_block()
|
| H 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-5.15/tools/perf/trace/beauty/ |
| A D | fcntl.c | 81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
|
| /linux-5.15/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.
|
| A D | frontend_f_open.rst | 63 versa) using the F_SETFL command of the fcntl system call. This is a
|
| /linux-5.15/drivers/staging/media/av7110/ |
| A D | audio-fopen.rst | 70 put into non-blocking mode (and vice versa) using the F_SETFL command
|
| A D | video-fopen.rst | 72 using the F_SETFL command of the fcntl system call. This is a standard
|
| /linux-5.15/samples/timers/ |
| A D | hpet_example.c | 253 (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { in hpet_fasync()
|
| /linux-5.15/tools/testing/selftests/wireguard/qemu/ |
| A D | init.c | 142 if (fcntl(fileno(file), F_SETFL, O_NONBLOCK) < 0) in kmod_selftests()
|
| /linux-5.15/tools/testing/selftests/vm/ |
| A D | userfaultfd.c | 1121 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_events_test() 1175 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_sig_test() 1476 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_stress() 1478 fcntl(uffd, F_SETFL, uffd_flags & ~O_NONBLOCK); in userfaultfd_stress()
|
| /linux-5.15/tools/testing/selftests/pidfd/ |
| A D | pidfd_wait.c | 208 ASSERT_EQ(fcntl(pidfd, F_SETFL, (flags & ~O_NONBLOCK)), 0); in TEST()
|
| /linux-5.15/samples/bpf/ |
| A D | xdp_router_ipv4_user.c | 535 fcntl(sock, F_SETFL, O_NONBLOCK); in monitor_route() 553 fcntl(sock_arp, F_SETFL, O_NONBLOCK); in monitor_route()
|
| /linux-5.15/tools/testing/selftests/net/af_unix/ |
| A D | test_unix_oob.c | 45 fcntl(fd, F_SETFL, flags); in set_filemode()
|
| /linux-5.15/tools/testing/selftests/net/ |
| A D | tcp_mmap.c | 167 fcntl(fd, F_SETFL, O_NDELAY); in child_thread()
|
| /linux-5.15/security/tomoyo/ |
| H A D | tomoyo.c | 293 if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) in tomoyo_file_fcntl()
|
| /linux-5.15/tools/power/acpi/tools/acpidbg/ |
| A D | acpidbg.c | 107 ret = fcntl(fd, F_SETFL, flags); in acpi_aml_set_fl()
|
| /linux-5.15/tools/perf/bench/ |
| A D | inject-buildid.c | 255 fcntl(data->output_pipe[0], F_SETFL, flag | O_NONBLOCK); in data_reader()
|
| /linux-5.15/tools/lib/perf/ |
| A D | evlist.c | 323 fcntl(fd, F_SETFL, O_NONBLOCK); in perf_evlist__add_pollfd()
|
| /linux-5.15/tools/testing/selftests/tpm2/ |
| A D | tpm2.py | 370 fcntl.fcntl(self.tpm, fcntl.F_SETFL, flags)
|