Searched refs:sigevent (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/tools/testing/selftests/ptp/ |
D | testptp.c | 154 struct sigevent sigevent; in main() local 399 sigevent.sigev_notify = SIGEV_SIGNAL; in main() 400 sigevent.sigev_signo = SIGALRM; in main() 401 if (timer_create(clkid, &sigevent, &timerid)) { in main() 419 sigevent.sigev_notify = SIGEV_SIGNAL; in main() 420 sigevent.sigev_signo = SIGALRM; in main() 421 if (timer_create(clkid, &sigevent, &timerid)) { in main()
|
/Linux-v4.19/include/linux/ |
D | audit.h | 350 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification); 416 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() 564 const struct sigevent *notification) in audit_mq_notify()
|
D | syscalls.h | 574 struct sigevent __user *timer_event_spec, 698 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
|
D | compat.h | 457 int get_compat_sigevent(struct sigevent *event,
|
/Linux-v4.19/tools/testing/selftests/timers/ |
D | alarmtimer-suspend.c | 123 struct sigevent se; in main()
|
D | set-timer-lat.c | 125 struct sigevent se; in setup_timer()
|
D | leap-a-day.c | 179 struct sigevent se; in main()
|
/Linux-v4.19/tools/testing/selftests/breakpoints/ |
D | step_after_suspend_test.c | 141 struct sigevent event = {}; in suspend()
|
/Linux-v4.19/ipc/ |
D | mqueue.c | 77 struct sigevent notify; 1162 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify() 1289 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() 1291 struct sigevent n, *p = NULL; in SYSCALL_DEFINE2() 1293 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2() 1426 struct sigevent n, *p = NULL; in COMPAT_SYSCALL_DEFINE2()
|
/Linux-v4.19/include/uapi/asm-generic/ |
D | siginfo.h | 313 typedef struct sigevent { struct
|
/Linux-v4.19/kernel/time/ |
D | posix-timers.c | 496 static int do_timer_create(clockid_t which_clock, struct sigevent *event, in do_timer_create() 576 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()
|
/Linux-v4.19/kernel/ |
D | compat.c | 334 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent()
|
D | auditsc.c | 2140 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()
|