Searched refs:si_fd (Results 1 – 14 of 14) sorted by relevance
13 event_fd = si->si_fd; in handler()
170 #define si_fd _sifields._sigpoll._fd macro
35 the signal handler and the si_fd member of that structure will contain the
103 new.ssi_fd = kinfo->si_fd; in signalfd_copyinfo()
762 si.si_fd = fd; in send_sigio_to_task()
499 static_assert(offsetof(siginfo32_t, si_fd) == 0x10);
502 static_assert(offsetof(siginfo_t, si_fd) == 0x18);
713 static_assert(offsetof(siginfo_t, si_fd) == 0x10);
492 static_assert(offsetof(compat_siginfo_t, si_fd) == 0x10);
1373 static_assert(offsetof(siginfo_t, si_fd) == 0x18);
3406 to->si_fd = from->si_fd; in copy_siginfo_to_external32()3484 to->si_fd = from->si_fd; in post_copy_siginfo_from_user32()4728 CHECK_OFFSET(si_fd); in siginfo_buildtime_checks()
595 static_assert(offsetof(siginfo_t, si_fd) == 0x14);
784 static_assert(offsetof(compat_siginfo_t, si_fd) == 0x10);
632 BUILD_BUG_ON(offsetof(siginfo_t, si_fd) != 0x10); in siginfo_build_tests()
Completed in 33 milliseconds