Home
last modified time | relevance | path

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

/Linux-v5.15/ipc/
Dmqueue.c1430 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() argument
1433 if (u_notification) { in SYSCALL_DEFINE2()
1434 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2()
1565 const struct compat_sigevent __user *, u_notification) in COMPAT_SYSCALL_DEFINE2() argument
1568 if (u_notification) { in COMPAT_SYSCALL_DEFINE2()
1569 if (get_compat_sigevent(&n, u_notification)) in COMPAT_SYSCALL_DEFINE2()
/Linux-v5.15/include/linux/
Dcompat.h759 const struct compat_sigevent __user *u_notification);