Home
last modified time | relevance | path

Searched refs:F_SETFL (Results 1 - 25 of 72) sorted by relevance

123

/kernel/linux/linux-6.6/include/trace/misc/
H A Dfs.h56 { F_SETFL, "SETFL" }, \
77 { F_SETFL, "SETFL" }, \
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A Dpipe_test_003.cpp50 fcntl(*readFd, F_SETFL, flag | O_NONBLOCK); in TestPipeSingleProcessFcntl()
82 fcntl(*readFd, F_SETFL, O_NONBLOCK); in TestPipeSingleProcessFcntl()
H A Dpipe_test_001.cpp50 fcntl(*readFd, F_SETFL, flag | O_NONBLOCK); in TestPipeSingleProcess()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_printk.c40 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in test_trace_printk()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_vprintk.c39 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in serial_test_trace_vprintk()
H A Dtrace_printk.c46 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in serial_test_trace_printk()
H A Dlwt_helpers.h60 err = fcntl(fd, F_SETFL, O_NONBLOCK); in open_tuntap()
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/
H A Dfcntl.h103 #define F_SETFL 4 /* set file->f_flags */ macro
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H A Dfcntl.h104 #define F_SETFL 4 /* set file->f_flags */ macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H A Dfcntl.h103 #define F_SETFL 4 /* set file->f_flags */ macro
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
H A Dfcntl.h103 #define F_SETFL 4 /* set file->f_flags */ macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dfcntl.h74 #define F_SETFL 4 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dfcntl.h88 #define F_SETFL 4 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dfcntl.h88 #define F_SETFL 4 macro
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/
H A Dpipe_test_002.cpp53 fcntl(*readFd, F_SETFL, flag | O_NONBLOCK); in TestPipeMultiProcess()
/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dfile.c413 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()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dfile.c413 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()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-stress.c282 fcntl(uffd, F_SETFL, uffd_flags | O_NONBLOCK); in userfaultfd_stress()
284 fcntl(uffd, F_SETFL, uffd_flags & ~O_NONBLOCK); in userfaultfd_stress()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbp_signal_overflow.c103 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
H A Dbp_signal.c131 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in __event()
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dfcntl.c81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dfcntl.c81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dbp_signal_overflow.c108 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in test__bp_signal_overflow()
H A Dbp_signal.c131 fcntl(fd, F_SETFL, O_RDWR|O_NONBLOCK|O_ASYNC); in __event()
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dconnect_close.c45 fcntl(s, F_SETFL, O_NONBLOCK); in do_connect()

Completed in 9 milliseconds

123