Home
last modified time | relevance | path

Searched refs:F_SETSIG (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/include/uapi/asm-generic/
Dfcntl.h114 #ifndef F_SETSIG
115 #define F_SETSIG 10 /* for sockets. */ macro
/Linux-v5.4/tools/include/uapi/asm-generic/
Dfcntl.h113 #ifndef F_SETSIG
114 #define F_SETSIG 10 /* for sockets. */ macro
/Linux-v5.4/arch/um/
DMakefile-os-Linux6 # To get a definition of F_SETSIG
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dfcntl.h32 #define F_SETSIG 13 /* for sockets. */ macro
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dfcntl.h44 #define F_SETSIG 10 /* for sockets. */ macro
/Linux-v5.4/tools/testing/selftests/filesystems/
Ddnotify_test.c27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
/Linux-v5.4/tools/perf/tests/
Dbp_signal_overflow.c104 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
Dbp_signal.c137 fcntl(fd, F_SETSIG, sig); in __event()
/Linux-v5.4/Documentation/filesystems/
Ddnotify.txt28 information. However, if the F_SETSIG fcntl(2) call is used to let the
/Linux-v5.4/arch/um/os-Linux/
Dfile.c416 if ((fcntl(fd, F_SETSIG, SIGIO) < 0) || in os_set_fd_async()
/Linux-v5.4/fs/
Dfcntl.c398 case F_SETSIG: in do_fcntl()
/Linux-v5.4/security/smack/
Dsmack_lsm.c1635 case F_SETSIG: in smack_file_fcntl()
/Linux-v5.4/security/selinux/
Dhooks.c3778 case F_SETSIG: in selinux_file_fcntl()