Searched refs:u_notification (Results 1 – 2 of 2) sorted by relevance
96 const struct compat_sigevent __user *, u_notification) in COMPAT_SYSCALL_DEFINE2() argument99 if (u_notification) { in COMPAT_SYSCALL_DEFINE2()102 if (get_compat_sigevent(&n, u_notification)) in COMPAT_SYSCALL_DEFINE2()
1188 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() argument1198 if (u_notification) { in SYSCALL_DEFINE2()1199 if (copy_from_user(¬ification, u_notification, in SYSCALL_DEFINE2()1204 audit_mq_notify(mqdes, u_notification ? ¬ification : NULL); in SYSCALL_DEFINE2()1208 if (u_notification != NULL) { in SYSCALL_DEFINE2()1279 if (u_notification == NULL) { in SYSCALL_DEFINE2()