Home
last modified time | relevance | path

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

/Linux-v4.19/ipc/
Dmqueue.c1289 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() argument
1292 if (u_notification) { in SYSCALL_DEFINE2()
1293 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2()
1424 const struct compat_sigevent __user *, u_notification) in COMPAT_SYSCALL_DEFINE2() argument
1427 if (u_notification) { in COMPAT_SYSCALL_DEFINE2()
1428 if (get_compat_sigevent(&n, u_notification)) in COMPAT_SYSCALL_DEFINE2()
/Linux-v4.19/include/linux/
Dcompat.h807 const struct compat_sigevent __user *u_notification);