sigevent          370 include/linux/audit.h extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
sigevent          438 include/linux/audit.h static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification)
sigevent          606 include/linux/audit.h 				   const struct sigevent *notification)
sigevent          423 include/linux/compat.h int get_compat_sigevent(struct sigevent *event,
sigevent          612 include/linux/syscalls.h 				 struct sigevent __user *timer_event_spec,
sigevent          757 include/linux/syscalls.h asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
sigevent           83 ipc/mqueue.c   	struct sigevent notify;
sigevent         1233 ipc/mqueue.c   static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification)
sigevent         1357 ipc/mqueue.c   		const struct sigevent __user *, u_notification)
sigevent         1359 ipc/mqueue.c   	struct sigevent n, *p = NULL;
sigevent         1361 ipc/mqueue.c   		if (copy_from_user(&n, u_notification, sizeof(struct sigevent)))
sigevent         1494 ipc/mqueue.c   	struct sigevent n, *p = NULL;
sigevent         2241 kernel/auditsc.c void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification)
sigevent          267 kernel/compat.c int get_compat_sigevent(struct sigevent *event,
sigevent          472 kernel/time/posix-timers.c static int do_timer_create(clockid_t which_clock, struct sigevent *event,
sigevent          552 kernel/time/posix-timers.c 		struct sigevent __user *, timer_event_spec,
sigevent          132 tools/testing/selftests/breakpoints/step_after_suspend_test.c 	struct sigevent event = {};
sigevent          123 tools/testing/selftests/timers/alarmtimer-suspend.c 	struct sigevent se;
sigevent          179 tools/testing/selftests/timers/leap-a-day.c 	struct sigevent se;
sigevent          125 tools/testing/selftests/timers/set-timer-lat.c 	struct sigevent se;