Home
last modified time | relevance | path

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

/Linux-v6.6/ipc/
Dmqueue.c1440 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() argument
1443 if (u_notification) { in SYSCALL_DEFINE2()
1444 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2()
1575 const struct compat_sigevent __user *, u_notification) in COMPAT_SYSCALL_DEFINE2() argument
1578 if (u_notification) { in COMPAT_SYSCALL_DEFINE2()
1579 if (get_compat_sigevent(&n, u_notification)) in COMPAT_SYSCALL_DEFINE2()
/Linux-v6.6/include/linux/
Dcompat.h740 const struct compat_sigevent __user *u_notification);