/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 56 { F_SETFL, "SETFL" }, \ 77 { F_SETFL, "SETFL" }, \
|
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | pipe_test_003.cpp | 50 fcntl(*readFd, F_SETFL, flag | O_NONBLOCK); in TestPipeSingleProcessFcntl() 82 fcntl(*readFd, F_SETFL, O_NONBLOCK); in TestPipeSingleProcessFcntl()
|
H A D | pipe_test_001.cpp | 50 fcntl(*readFd, F_SETFL, flag | O_NONBLOCK); in TestPipeSingleProcess()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | trace_printk.c | 40 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in test_trace_printk()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | trace_vprintk.c | 39 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in serial_test_trace_vprintk()
|
H A D | trace_printk.c | 46 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in serial_test_trace_printk()
|
H A D | lwt_helpers.h | 60 err = fcntl(fd, F_SETFL, O_NONBLOCK); in open_tuntap()
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 103 #define F_SETFL 4 /* set file->f_flags */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 104 #define F_SETFL 4 /* set file->f_flags */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 103 #define F_SETFL 4 /* set file->f_flags */ macro
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 103 #define F_SETFL 4 /* set file->f_flags */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 74 #define F_SETFL 4 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 88 #define F_SETFL 4 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 88 #define F_SETFL 4 macro
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
H A D | pipe_test_002.cpp | 53 fcntl(*readFd, F_SETFL, flag | O_NONBLOCK); in TestPipeMultiProcess()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | uffd-stress.c | 282 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 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()
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | fcntl.c | 81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | fcntl.c | 81 if (cmd == F_SETFL) in syscall_arg__scnprintf_fcntl_arg()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 108 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | connect_close.c | 45 fcntl(s, F_SETFL, O_NONBLOCK); in do_connect()
|