Searched refs:signalfd (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/ |
D | signalfd.c | 309 SYSCALL_DEFINE3(signalfd, int, ufd, sigset_t __user *, user_mask, in SYSCALL_DEFINE3() argument 337 COMPAT_SYSCALL_DEFINE3(signalfd, int, ufd, in COMPAT_SYSCALL_DEFINE3() argument
|
D | Makefile | 27 obj-$(CONFIG_SIGNALFD) += signalfd.o
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 400 ENTRY_COMP(signalfd)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 312 COMPAT_SYS_SPU(signalfd)
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 291 282 common signalfd sys_signalfd
|
D | syscall_32.tbl | 330 321 i386 signalfd sys_signalfd compat_sys_signalfd
|
/linux-4.4.14/include/uapi/linux/ |
D | Kbuild | 375 header-y += signalfd.h
|
/linux-4.4.14/init/ |
D | Kconfig | 1520 bool "Enable signalfd() system call" if EXPERT 1524 Enable the signalfd() system call that allows to receive signals
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 1734 The files such as eventfd, fsnotify, signalfd, epoll among the regular pos/flags
|