Home
last modified time | relevance | path

Searched refs:sigevent (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/include/linux/
Daudit.h370 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
438 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify()
606 const struct sigevent *notification) in audit_mq_notify()
Dcompat.h425 int get_compat_sigevent(struct sigevent *event,
Dsyscalls.h612 struct sigevent __user *timer_event_spec,
757 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
/Linux-v5.4/tools/testing/selftests/timers/
Dalarmtimer-suspend.c123 struct sigevent se; in main()
Dset-timer-lat.c125 struct sigevent se; in setup_timer()
Dleap-a-day.c179 struct sigevent se; in main()
/Linux-v5.4/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c132 struct sigevent event = {}; in suspend()
/Linux-v5.4/ipc/
Dmqueue.c83 struct sigevent notify;
1216 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify()
1339 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2()
1341 struct sigevent n, *p = NULL; in SYSCALL_DEFINE2()
1343 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2()
1476 struct sigevent n, *p = NULL; in COMPAT_SYSCALL_DEFINE2()
/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h320 typedef struct sigevent { struct
/Linux-v5.4/kernel/
Dcompat.c267 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent()
Dauditsc.c2241 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()
/Linux-v5.4/kernel/time/
Dposix-timers.c472 static int do_timer_create(clockid_t which_clock, struct sigevent *event, in do_timer_create()
552 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()