Searched refs:u_notification (Results 1 – 3 of 3) 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()
1190 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() argument1200 if (u_notification) { in SYSCALL_DEFINE2()1201 if (copy_from_user(¬ification, u_notification, in SYSCALL_DEFINE2()1206 audit_mq_notify(mqdes, u_notification ? ¬ification : NULL); in SYSCALL_DEFINE2()1210 if (u_notification != NULL) { in SYSCALL_DEFINE2()1279 if (u_notification == NULL) { in SYSCALL_DEFINE2()
653 const struct compat_sigevent __user *u_notification);