Searched refs:si_value (Results 1 – 8 of 8) 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()
146 #define si_value _sifields._rt._sigval macro
536 new_timer->sigq->info.si_value = event->sigev_value; in do_timer_create()540 memset(&new_timer->sigq->info.si_value, 0, sizeof(sigval_t)); in do_timer_create()541 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()
704 workload_exec_errno = info->si_value.sival_int; in workload_exec_failed_signal()
464 workload_exec_errno = info->si_value.sival_int; in workload_exec_failed_signal()
669 sig_i.si_value = info->notify.sigev_value; in __do_notify()
2303 timer->sigq->info.si_value.sival_ptr); in show_timer()