Home
last modified time | relevance | path

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

/linux-6.15/ipc/
H A Dmqueue.c1401 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() argument
1404 if (u_notification) { in SYSCALL_DEFINE2()
1405 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2()
1532 const struct compat_sigevent __user *, u_notification) in COMPAT_SYSCALL_DEFINE2() argument
1535 if (u_notification) { in COMPAT_SYSCALL_DEFINE2()
1536 if (get_compat_sigevent(&n, u_notification)) in COMPAT_SYSCALL_DEFINE2()
/linux-6.15/include/linux/
H A Dcompat.h739 const struct compat_sigevent __user *u_notification);