Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/filesystems/
Ddnotify_test.c13 event_fd = si->si_fd; in handler()
/linux-6.1.9/arch/x86/kernel/
Dsignal_compat.c162 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x18); in signal_compat_build_tests()
164 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_fd) != 0x10); in signal_compat_build_tests()
/linux-6.1.9/include/uapi/asm-generic/
Dsiginfo.h170 #define si_fd _sifields._sigpoll._fd macro
/linux-6.1.9/Documentation/filesystems/
Ddnotify.rst35 the signal handler and the si_fd member of that structure will contain the
/linux-6.1.9/fs/
Dsignalfd.c103 new.ssi_fd = kinfo->si_fd; in signalfd_copyinfo()
Dfcntl.c761 si.si_fd = fd; in send_sigio_to_task()
/linux-6.1.9/arch/arm/kernel/
Dsignal.c713 static_assert(offsetof(siginfo_t, si_fd) == 0x10);
/linux-6.1.9/arch/arm64/kernel/
Dsignal32.c492 static_assert(offsetof(compat_siginfo_t, si_fd) == 0x10);
Dsignal.c1203 static_assert(offsetof(siginfo_t, si_fd) == 0x18);
/linux-6.1.9/kernel/
Dsignal.c3403 to->si_fd = from->si_fd; in copy_siginfo_to_external32()
3481 to->si_fd = from->si_fd; in post_copy_siginfo_from_user32()
4725 CHECK_OFFSET(si_fd); in siginfo_buildtime_checks()
/linux-6.1.9/arch/sparc/kernel/
Dsignal_64.c595 static_assert(offsetof(siginfo_t, si_fd) == 0x14);
Dsignal32.c784 static_assert(offsetof(compat_siginfo_t, si_fd) == 0x10);
/linux-6.1.9/arch/m68k/kernel/
Dsignal.c632 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x10); in siginfo_build_tests()