Searched refs:si_value (Results 1 – 9 of 9) sorted by relevance
84 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x18); in signal_compat_build_tests()87 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_value) != 0x14); in signal_compat_build_tests()95 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x18); in signal_compat_build_tests()98 BUILD_BUG_ON(offsetof(compat_siginfo_t, si_value) != 0x14); in signal_compat_build_tests()
147 #define si_value _sifields._rt._sigval macro
512 new_timer->sigq->info.si_value = event->sigev_value; in do_timer_create()516 memset(&new_timer->sigq->info.si_value, 0, sizeof(sigval_t)); in do_timer_create()517 new_timer->sigq->info.si_value.sival_int = new_timer->it_id; in do_timer_create()
599 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests()604 BUILD_BUG_ON(offsetof(siginfo_t, si_value) != 0x14); in siginfo_build_tests()
393 workload_exec_errno = info->si_value.sival_int; in workload_exec_failed_signal()
1189 workload_exec_errno = info->si_value.sival_int; in workload_exec_failed_signal()
723 sig_i.si_value = info->notify.sigev_value; in __do_notify()
4516 CHECK_OFFSET(si_value); in siginfo_buildtime_checks()4521 CHECK_OFFSET(si_value); in siginfo_buildtime_checks()
2321 timer->sigq->info.si_value.sival_ptr); in show_timer()