Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/
H A Ddnotify_test.c13 event_fd = si->si_fd; in handler()
/linux/Documentation/translations/zh_CN/filesystems/
H A Ddnotify.rst35 调用让内核知道要传递哪个信号,一个 siginfo 结构体将被传递给信号处理程序,该结构体的 si_fd 成员将
/linux/include/uapi/asm-generic/
H A Dsiginfo.h165 #define si_fd _sifields._sigpoll._fd macro
/linux/Documentation/filesystems/
H A Ddnotify.rst35 the signal handler and the si_fd member of that structure will contain the
/linux/fs/
H A Dsignalfd.c102 new.ssi_fd = kinfo->si_fd; in signalfd_copyinfo()
H A Dfcntl.c901 si.si_fd = fd; in send_sigio_to_task()
/linux/arch/x86/kernel/
H A Dsignal_32.c527 static_assert(offsetof(siginfo32_t, si_fd) == 0x10);
H A Dsignal_64.c518 static_assert(offsetof(siginfo_t, si_fd) == 0x18);
/linux/arch/arm/kernel/
H A Dsignal.c715 static_assert(offsetof(siginfo_t, si_fd) == 0x10);
/linux/arch/arm64/kernel/
H A Dsignal32.c495 static_assert(offsetof(compat_siginfo_t, si_fd) == 0x10);
H A Dsignal.c1725 static_assert(offsetof(siginfo_t, si_fd) == 0x18);
/linux/kernel/
H A Dsignal.c3578 to->si_fd = from->si_fd; in copy_siginfo_to_external32()
3656 to->si_fd = from->si_fd; in post_copy_siginfo_from_user32()
4942 CHECK_OFFSET(si_fd); in siginfo_buildtime_checks()
/linux/arch/sparc/kernel/
H A Dsignal_64.c595 static_assert(offsetof(siginfo_t, si_fd) == 0x14);
H A Dsignal32.c786 static_assert(offsetof(compat_siginfo_t, si_fd) == 0x10);
/linux/arch/m68k/kernel/
H A Dsignal.c634 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x10); in siginfo_build_tests()