Home
last modified time | relevance | path

Searched refs:si_fd (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/tools/testing/selftests/filesystems/
Ddnotify_test.c13 event_fd = si->si_fd; in handler()
/Linux-v4.19/arch/x86/kernel/
Dsignal_compat.c146 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x18); in signal_compat_build_tests()
148 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_fd) != 0x10); in signal_compat_build_tests()
/Linux-v4.19/include/uapi/asm-generic/
Dsiginfo.h158 #define si_fd _sifields._sigpoll._fd macro
/Linux-v4.19/Documentation/filesystems/
Ddnotify.txt30 the signal handler and the si_fd member of that structure will contain the
/Linux-v4.19/fs/
Dsignalfd.c113 new.ssi_fd = kinfo->si_fd; in signalfd_copyinfo()
Dfcntl.c769 si.si_fd = fd; in send_sigio_to_task()
/Linux-v4.19/kernel/
Dsignal.c2931 new.si_fd = from->si_fd; in __copy_siginfo_to_user32()
3018 to->si_fd = from.si_fd; in copy_siginfo_from_user32()
/Linux-v4.19/arch/m68k/kernel/
Dsignal.c628 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x10); in siginfo_build_tests()