Home
last modified time | relevance | path

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

/linux-5.19.10/include/trace/events/
Dfs.h62 { F_SETSIG, "SETSIG" }, \
83 { F_SETSIG, "SETSIG" }, \
/linux-5.19.10/tools/include/uapi/asm-generic/
Dfcntl.h114 #ifndef F_SETSIG
115 #define F_SETSIG 10 /* for sockets. */ macro
/linux-5.19.10/include/uapi/asm-generic/
Dfcntl.h114 #ifndef F_SETSIG
115 #define F_SETSIG 10 /* for sockets. */ macro
/linux-5.19.10/arch/um/
DMakefile-os-Linux6 # To get a definition of F_SETSIG
/linux-5.19.10/arch/parisc/include/uapi/asm/
Dfcntl.h29 #define F_SETSIG 13 /* for sockets. */ macro
/linux-5.19.10/arch/alpha/include/uapi/asm/
Dfcntl.h44 #define F_SETSIG 10 /* for sockets. */ macro
/linux-5.19.10/tools/testing/selftests/filesystems/
Ddnotify_test.c27 fcntl(fd, F_SETSIG, SIGRTMIN + 1); in main()
/linux-5.19.10/tools/perf/tests/
Dbp_signal_overflow.c109 fcntl(fd, F_SETSIG, SIGIO); in test__bp_signal_overflow()
Dbp_signal.c132 fcntl(fd, F_SETSIG, sig); in __event()
/linux-5.19.10/Documentation/filesystems/
Ddnotify.rst33 information. However, if the F_SETSIG fcntl(2) call is used to let the
/linux-5.19.10/arch/um/os-Linux/
Dfile.c420 if ((fcntl(fd, F_SETSIG, SIGIO) < 0) || in os_set_fd_async()
/linux-5.19.10/fs/
Dfcntl.c390 case F_SETSIG: in do_fcntl()
/linux-5.19.10/security/smack/
Dsmack_lsm.c1614 case F_SETSIG: in smack_file_fcntl()
/linux-5.19.10/security/selinux/
Dhooks.c3837 case F_SETSIG: in selinux_file_fcntl()