Searched refs:notification (Results 1 – 1 of 1) sorted by relevance
1007 struct sigevent notification; in SYSCALL_DEFINE2() local1012 if (copy_from_user(¬ification, u_notification, in SYSCALL_DEFINE2()1017 audit_mq_notify(mqdes, u_notification ? ¬ification : NULL); in SYSCALL_DEFINE2()1022 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2()1023 notification.sigev_notify != SIGEV_SIGNAL && in SYSCALL_DEFINE2()1024 notification.sigev_notify != SIGEV_THREAD)) in SYSCALL_DEFINE2()1026 if (notification.sigev_notify == SIGEV_SIGNAL && in SYSCALL_DEFINE2()1027 !valid_signal(notification.sigev_signo)) { in SYSCALL_DEFINE2()1030 if (notification.sigev_notify == SIGEV_THREAD) { in SYSCALL_DEFINE2()1040 notification.sigev_value.sival_ptr, in SYSCALL_DEFINE2()[all …]