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()
1178 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() argument1188 if (u_notification) { in SYSCALL_DEFINE2()1189 if (copy_from_user(¬ification, u_notification, in SYSCALL_DEFINE2()1194 audit_mq_notify(mqdes, u_notification ? ¬ification : NULL); in SYSCALL_DEFINE2()1198 if (u_notification != NULL) { in SYSCALL_DEFINE2()1269 if (u_notification == NULL) { in SYSCALL_DEFINE2()