Home
last modified time | relevance | path

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

/linux-4.4.14/ipc/
Dmqueue.c492 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
494 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
634 switch (info->notify.sigev_notify) { in __do_notify()
683 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1211 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2()
1212 notification.sigev_notify != SIGEV_SIGNAL && in SYSCALL_DEFINE2()
1213 notification.sigev_notify != SIGEV_THREAD)) in SYSCALL_DEFINE2()
1215 if (notification.sigev_notify == SIGEV_SIGNAL && in SYSCALL_DEFINE2()
1219 if (notification.sigev_notify == SIGEV_THREAD) { in SYSCALL_DEFINE2()
1287 switch (notification.sigev_notify) { in SYSCALL_DEFINE2()
[all …]
Dcompat_mq.c104 if (n.sigev_notify == SIGEV_THREAD) in COMPAT_SYSCALL_DEFINE2()
/linux-4.4.14/kernel/time/
Dposix-timers.c510 if ((event->sigev_notify & SIGEV_THREAD_ID ) && in good_sigevent()
513 (event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_SIGNAL)) in good_sigevent()
516 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) && in good_sigevent()
647 event.sigev_notify = SIGEV_SIGNAL; in SYSCALL_DEFINE3()
653 new_timer->it_sigev_notify = event.sigev_notify; in SYSCALL_DEFINE3()
/linux-4.4.14/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()
Dleap-a-day.c303 se.sigev_notify = SIGEV_SIGNAL; in main()
/linux-4.4.14/Documentation/ptp/
Dtestptp.c398 sigevent.sigev_notify = SIGEV_SIGNAL; in main()
418 sigevent.sigev_notify = SIGEV_SIGNAL; in main()
/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h288 int sigev_notify; member
/linux-4.4.14/kernel/
Dcompat.c884 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/linux-4.4.14/include/linux/
Dcompat.h224 compat_int_t sigev_notify; member