Searched refs:u_notification (Results 1 – 1 of 1) sorted by relevance
1382 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() argument1385 if (u_notification) { in SYSCALL_DEFINE2()1386 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2()1513 const struct compat_sigevent __user *, u_notification) in COMPAT_SYSCALL_DEFINE2() argument1516 if (u_notification) { in COMPAT_SYSCALL_DEFINE2()1517 if (get_compat_sigevent(&n, u_notification)) in COMPAT_SYSCALL_DEFINE2()