Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/timers/
Dalarmtimer-suspend.c137 se.sigev_value.sival_int = 0; in main()
Dset-timer-lat.c133 se.sigev_value.sival_int = 0; in setup_timer()
Dleap-a-day.c295 se.sigev_value.sival_int = 0; in main()
/Linux-v4.19/ipc/
Dmqueue.c669 sig_i.si_value = info->notify.sigev_value; in __do_notify()
1194 notification->sigev_value.sival_ptr, in do_mq_notify()
1267 info->notify.sigev_value = notification->sigev_value; in do_mq_notify()
1431 n.sigev_value.sival_ptr = compat_ptr(n.sigev_value.sival_int); in COMPAT_SYSCALL_DEFINE2()
/Linux-v4.19/include/uapi/asm-generic/
Dsiginfo.h314 sigval_t sigev_value; member
/Linux-v4.19/kernel/
Dcompat.c339 __get_user(event->sigev_value.sival_int, in get_compat_sigevent()
340 &u_event->sigev_value.sival_int) || in get_compat_sigevent()
/Linux-v4.19/kernel/time/
Dposix-timers.c536 new_timer->sigq->info.si_value = event->sigev_value; in do_timer_create()
/Linux-v4.19/include/linux/
Dcompat.h351 compat_sigval_t sigev_value; member