Searched refs:notification (Results 1 – 1 of 1) sorted by relevance
1194 struct sigevent notification; in SYSCALL_DEFINE2() local1199 if (copy_from_user(¬ification, u_notification, in SYSCALL_DEFINE2()1204 audit_mq_notify(mqdes, u_notification ? ¬ification : NULL); in SYSCALL_DEFINE2()1209 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2()1210 notification.sigev_notify != SIGEV_SIGNAL && in SYSCALL_DEFINE2()1211 notification.sigev_notify != SIGEV_THREAD)) in SYSCALL_DEFINE2()1213 if (notification.sigev_notify == SIGEV_SIGNAL && in SYSCALL_DEFINE2()1214 !valid_signal(notification.sigev_signo)) { in SYSCALL_DEFINE2()1217 if (notification.sigev_notify == SIGEV_THREAD) { in SYSCALL_DEFINE2()1227 notification.sigev_value.sival_ptr, in SYSCALL_DEFINE2()[all …]