/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 113 #ifndef F_SETSIG 114 #define F_SETSIG 10 /* for sockets. */ macro
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | fcntl.h | 114 #ifndef F_SETSIG 115 #define F_SETSIG 10 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | fcntl.h | 113 #ifndef F_SETSIG 114 #define F_SETSIG 10 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/include/trace/misc/ |
H A D | fs.h | 62 { F_SETSIG, "SETSIG" }, \ 83 { F_SETSIG, "SETSIG" }, \
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | fcntl.h | 113 #ifndef F_SETSIG 114 #define F_SETSIG 10 /* for sockets. */ macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 84 #ifndef F_SETSIG 85 #define F_SETSIG 10 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 98 #ifndef F_SETSIG 99 #define F_SETSIG 10 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/ |
H A D | fcntl.h | 98 #ifndef F_SETSIG 99 #define F_SETSIG 10 macro
|
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 44 #define F_SETSIG 10 /* for sockets. */ macro
|
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 29 #define F_SETSIG 13 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 44 #define F_SETSIG 10 /* for sockets. */ macro
|
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
H A D | fcntl.h | 29 #define F_SETSIG 13 /* for sockets. */ macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/ |
H A D | dnotify_test.c | 27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/ |
H A D | dnotify_test.c | 27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 104 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
|
H A D | bp_signal.c | 132 fcntl(fd, F_SETSIG, sig); in __event()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | bp_signal_overflow.c | 109 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
|
H A D | bp_signal.c | 132 fcntl(fd, F_SETSIG, sig); in __event()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | file.c | 420 if ((fcntl(fd, F_SETSIG, SIGIO) < 0) || in os_set_fd_async() 424 "(or F_SETSIG) fd %d, errno = %d\n", fd, errno); in os_set_fd_async()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | file.c | 420 if ((fcntl(fd, F_SETSIG, SIGIO) < 0) || in os_set_fd_async() 424 "(or F_SETSIG) fd %d, errno = %d\n", fd, errno); in os_set_fd_async()
|
/kernel/linux/linux-5.10/fs/ |
H A D | fcntl.c | 406 case F_SETSIG: in do_fcntl() 737 * F_SETSIG can change ->signum lockless in parallel, make in send_sigio_to_task()
|
/kernel/linux/linux-6.6/fs/ |
H A D | fcntl.c | 391 case F_SETSIG: in do_fcntl() 720 * F_SETSIG can change ->signum lockless in parallel, make in send_sigio_to_task()
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smack_lsm.c | 1652 case F_SETSIG: in smack_file_fcntl()
|
/kernel/linux/linux-6.6/security/smack/ |
H A D | smack_lsm.c | 1756 case F_SETSIG: in smack_file_fcntl()
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | hooks.c | 3834 case F_SETSIG: in selinux_file_fcntl()
|