Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/ipc/
Dmqueue.c493 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
495 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
638 switch (info->notify.sigev_notify) { in __do_notify()
687 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1199 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2()
1200 notification.sigev_notify != SIGEV_SIGNAL && in SYSCALL_DEFINE2()
1201 notification.sigev_notify != SIGEV_THREAD)) in SYSCALL_DEFINE2()
1203 if (notification.sigev_notify == SIGEV_SIGNAL && in SYSCALL_DEFINE2()
1207 if (notification.sigev_notify == SIGEV_THREAD) { in SYSCALL_DEFINE2()
1275 switch (notification.sigev_notify) { in SYSCALL_DEFINE2()
[all …]
Dcompat_mq.c104 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
/linux-4.1.27/kernel/time/
Dposix-timers.c503 if ((event->sigev_notify & SIGEV_THREAD_ID ) && in good_sigevent()
506 (event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_SIGNAL)) in good_sigevent()
509 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) && in good_sigevent()
640 event.sigev_notify = SIGEV_SIGNAL; in SYSCALL_DEFINE3()
646 new_timer->it_sigev_notify = event.sigev_notify; in SYSCALL_DEFINE3()
/linux-4.1.27/tools/testing/selftests/timers/
Dalarmtimer-suspend.c146 se.sigev_notify = SIGEV_SIGNAL; in main()
Dset-timer-lat.c133 se.sigev_notify = SIGEV_SIGNAL; in do_timer()
/linux-4.1.27/Documentation/ptp/
Dtestptp.c397 sigevent.sigev_notify = SIGEV_SIGNAL; in main()
417 sigevent.sigev_notify = SIGEV_SIGNAL; in main()
/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h288 int sigev_notify; member
/linux-4.1.27/kernel/
Dcompat.c884 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/linux-4.1.27/include/linux/
Dcompat.h224 compat_int_t sigev_notify; member