Home
last modified time | relevance | path

Searched refs:u_notification (Results 1 – 2 of 2) sorted by relevance

/ipc/
Dcompat_mq.c96 const struct compat_sigevent __user *, u_notification) in COMPAT_SYSCALL_DEFINE2() argument
99 if (u_notification) { in COMPAT_SYSCALL_DEFINE2()
102 if (get_compat_sigevent(&n, u_notification)) in COMPAT_SYSCALL_DEFINE2()
Dmqueue.c1188 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() argument
1198 if (u_notification) { in SYSCALL_DEFINE2()
1199 if (copy_from_user(&notification, u_notification, in SYSCALL_DEFINE2()
1204 audit_mq_notify(mqdes, u_notification ? &notification : NULL); in SYSCALL_DEFINE2()
1208 if (u_notification != NULL) { in SYSCALL_DEFINE2()
1279 if (u_notification == NULL) { in SYSCALL_DEFINE2()