Home
last modified time | relevance | path

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

/linux-3.4.99/ipc/
Dcompat_mq.c118 n.sigev_value.sival_ptr = compat_ptr(n.sigev_value.sival_int); in compat_sys_mq_notify()
Dmqueue.c534 sig_i.si_value = info->notify.sigev_value; in __do_notify()
1066 notification.sigev_value.sival_ptr, in SYSCALL_DEFINE2()
1137 info->notify.sigev_value = notification.sigev_value; in SYSCALL_DEFINE2()
/linux-3.4.99/include/asm-generic/
Dsiginfo.h268 sigval_t sigev_value; member
/linux-3.4.99/kernel/
Dposix-timers.c594 event.sigev_value.sival_int = new_timer->it_id; in SYSCALL_DEFINE3()
600 new_timer->sigq->info.si_value = event.sigev_value; in SYSCALL_DEFINE3()
Dcompat.c876 __get_user(event->sigev_value.sival_int, in get_compat_sigevent()
877 &u_event->sigev_value.sival_int) || in get_compat_sigevent()
/linux-3.4.99/include/linux/
Dcompat.h171 compat_sigval_t sigev_value; member