Searched refs:sigevent (Results 1 – 13 of 13) sorted by relevance
| /linux-4.4.14/Documentation/ptp/ |
| D | testptp.c | 156 struct sigevent sigevent; in main() local 398 sigevent.sigev_notify = SIGEV_SIGNAL; in main() 399 sigevent.sigev_signo = SIGALRM; in main() 400 if (timer_create(clkid, &sigevent, &timerid)) { in main() 418 sigevent.sigev_notify = SIGEV_SIGNAL; in main() 419 sigevent.sigev_signo = SIGALRM; in main() 420 if (timer_create(clkid, &sigevent, &timerid)) { in main()
|
| /linux-4.4.14/ipc/ |
| D | compat_mq.c | 98 struct sigevent __user *p = NULL; in COMPAT_SYSCALL_DEFINE2() 100 struct sigevent n; in COMPAT_SYSCALL_DEFINE2()
|
| D | mqueue.c | 74 struct sigevent notify; 1190 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() 1196 struct sigevent notification; in SYSCALL_DEFINE2() 1202 sizeof(struct sigevent))) in SYSCALL_DEFINE2()
|
| /linux-4.4.14/include/linux/ |
| D | audit.h | 250 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification); 300 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() 423 const struct sigevent *notification) in audit_mq_notify()
|
| D | syscalls.h | 266 struct sigevent __user *timer_event_spec, 682 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
|
| D | compat.h | 385 int get_compat_sigevent(struct sigevent *event,
|
| /linux-4.4.14/tools/testing/selftests/timers/ |
| D | alarmtimer-suspend.c | 134 struct sigevent se; in main()
|
| D | set-timer-lat.c | 126 struct sigevent se; in do_timer()
|
| D | leap-a-day.c | 190 struct sigevent se; in main()
|
| /linux-4.4.14/include/uapi/asm-generic/ |
| D | siginfo.h | 285 typedef struct sigevent { struct
|
| /linux-4.4.14/kernel/ |
| D | compat.c | 686 struct sigevent __user *event = NULL; in COMPAT_SYSCALL_DEFINE3() 689 struct sigevent kevent; in COMPAT_SYSCALL_DEFINE3() 876 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent()
|
| D | auditsc.c | 2089 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()
|
| /linux-4.4.14/kernel/time/ |
| D | posix-timers.c | 603 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()
|