Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dsignal_compat.c160 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x18); in signal_compat_build_tests()
162 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_fd) != 0x10); in signal_compat_build_tests()
/linux/tools/testing/selftests/filesystems/
A Ddnotify_test.c13 event_fd = si->si_fd; in handler()
/linux/include/uapi/asm-generic/
A Dsiginfo.h168 #define si_fd _sifields._sigpoll._fd macro
/linux/Documentation/filesystems/
A Ddnotify.rst35 the signal handler and the si_fd member of that structure will contain the
/linux/fs/
A Dsignalfd.c103 new.ssi_fd = kinfo->si_fd; in signalfd_copyinfo()
A Dfcntl.c779 si.si_fd = fd; in send_sigio_to_task()
/linux/arch/arm/kernel/
A Dsignal.c712 static_assert(offsetof(siginfo_t, si_fd) == 0x10);
/linux/kernel/
A Dsignal.c3396 to->si_fd = from->si_fd; in copy_siginfo_to_external32()
3473 to->si_fd = from->si_fd; in post_copy_siginfo_from_user32()
4714 CHECK_OFFSET(si_fd); in siginfo_buildtime_checks()
/linux/arch/arm64/kernel/
A Dsignal32.c491 static_assert(offsetof(compat_siginfo_t, si_fd) == 0x10);
A Dsignal.c1014 static_assert(offsetof(siginfo_t, si_fd) == 0x18);
/linux/arch/sparc/kernel/
A Dsignal_64.c594 static_assert(offsetof(siginfo_t, si_fd) == 0x14);
A Dsignal32.c784 static_assert(offsetof(compat_siginfo_t, si_fd) == 0x10);
/linux/arch/m68k/kernel/
A Dsignal.c631 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x10); in siginfo_build_tests()

Completed in 29 milliseconds