Home
last modified time | relevance | path

Searched refs:sigev_value (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/tcg/hexagon/
H A Dsignal_context.c47 sev.sigev_value.sival_ptr = &tid; in main()
/openbmc/linux/kernel/
H A Dcompat.c184 __get_user(event->sigev_value.sival_int, in get_compat_sigevent()
185 &u_event->sigev_value.sival_int) || in get_compat_sigevent()
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h103 target_sigval_t sigev_value; member
/openbmc/linux/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c137 se.sigev_value.sival_int = 0; in main()
H A Dset-timer-lat.c133 se.sigev_value.sival_int = 0; in setup_timer()
H A Dleap-a-day.c295 se.sigev_value.sival_int = 0; in main()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsignals.c123 sev.sigev_value.sival_ptr = &tid; in test_signals()
/openbmc/linux/ipc/
H A Dmqueue.c807 sig_i.si_value = info->notify.sigev_value; in __do_notify()
1347 notification->sigev_value.sival_ptr, in do_mq_notify()
1416 info->notify.sigev_value = notification->sigev_value; in do_mq_notify()
1582 n.sigev_value.sival_ptr = compat_ptr(n.sigev_value.sival_int); in COMPAT_SYSCALL_DEFINE2()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h342 sigval_t sigev_value; member
/openbmc/linux/include/linux/
H A Dcompat.h333 compat_sigval_t sigev_value; member
/openbmc/linux/kernel/time/
H A Dposix-timers.c488 new_timer->sigq->info.si_value = event->sigev_value; in do_timer_create()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2642 target_sigval_t sigev_value; member
H A Dsyscall.c7577 host_sevp->sigev_value.sival_ptr = in target_to_host_sigevent()
7578 (void *)(uintptr_t)tswapal(target_sevp->sigev_value.sival_ptr); in target_to_host_sigevent()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c3477 sev.sigev_value.sival_ptr = &timerid; in msr_sum_record()