F_SETFL 410 arch/um/os-Linux/file.c if (fcntl(fd, F_SETFL, flags) < 0) { F_SETFL 437 arch/um/os-Linux/file.c if (fcntl(fd, F_SETFL, flags) < 0) F_SETFL 455 arch/um/os-Linux/file.c if (fcntl(fd, F_SETFL, flags) < 0) F_SETFL 419 arch/um/os-Linux/sigio.c if ((fcntl(master, F_SETFL, flags | O_NONBLOCK | O_ASYNC) < 0) || F_SETFL 423 arch/um/os-Linux/sigio.c if ((fcntl(slave, F_SETFL, flags | O_NONBLOCK) < 0)) F_SETFL 346 fs/fcntl.c case F_SETFL: F_SETFL 535 samples/bpf/xdp_router_ipv4_user.c fcntl(sock, F_SETFL, O_NONBLOCK); F_SETFL 553 samples/bpf/xdp_router_ipv4_user.c fcntl(sock_arp, F_SETFL, O_NONBLOCK); F_SETFL 253 samples/timers/hpet_example.c (fcntl(fd, F_SETFL, value | O_ASYNC) == 1)) { F_SETFL 3783 security/selinux/hooks.c case F_SETFL: F_SETFL 300 security/tomoyo/tomoyo.c if (!(cmd == F_SETFL && ((arg ^ file->f_flags) & O_APPEND))) F_SETFL 360 tools/perf/builtin-ftrace.c fcntl(trace_fd, F_SETFL, O_NONBLOCK); F_SETFL 922 tools/perf/builtin-kvm.c if (fcntl(fd, F_SETFL, arg | O_NONBLOCK) < 0) { F_SETFL 274 tools/perf/lib/evlist.c fcntl(fd, F_SETFL, O_NONBLOCK); F_SETFL 128 tools/perf/tests/bp_signal.c fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); F_SETFL 103 tools/perf/tests/bp_signal_overflow.c fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); F_SETFL 81 tools/perf/trace/beauty/fcntl.c if (cmd == F_SETFL) F_SETFL 107 tools/power/acpi/tools/acpidbg/acpidbg.c ret = fcntl(fd, F_SETFL, flags); F_SETFL 1147 tools/testing/selftests/net/nettest.c if ((flags < 0) || (fcntl(sd, F_SETFL, flags|O_NONBLOCK) < 0)) { F_SETFL 1296 tools/testing/selftests/net/nettest.c if ((flags < 0) || (fcntl(sd, F_SETFL, flags|O_NONBLOCK) < 0)) { F_SETFL 138 tools/testing/selftests/net/tcp_mmap.c fcntl(fd, F_SETFL, O_NDELAY); F_SETFL 869 tools/testing/selftests/net/tls.c fcntl(self->fd, F_SETFL, flags | O_NONBLOCK); F_SETFL 870 tools/testing/selftests/net/tls.c fcntl(self->cfd, F_SETFL, flags | O_NONBLOCK); F_SETFL 927 tools/testing/selftests/vm/userfaultfd.c fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); F_SETFL 986 tools/testing/selftests/vm/userfaultfd.c fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); F_SETFL 1114 tools/testing/selftests/vm/userfaultfd.c fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); F_SETFL 1116 tools/testing/selftests/vm/userfaultfd.c fcntl(uffd, F_SETFL, uffd_flags & ~O_NONBLOCK);