Searched refs:sigevent (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/Documentation/ptp/ |
D | testptp.c | 155 struct sigevent sigevent; in main() local 397 sigevent.sigev_notify = SIGEV_SIGNAL; in main() 398 sigevent.sigev_signo = SIGALRM; in main() 399 if (timer_create(clkid, &sigevent, &timerid)) { in main() 417 sigevent.sigev_notify = SIGEV_SIGNAL; in main() 418 sigevent.sigev_signo = SIGALRM; in main() 419 if (timer_create(clkid, &sigevent, &timerid)) { in main()
|
/linux-4.1.27/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 | 75 struct sigevent notify; 1178 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() 1184 struct sigevent notification; in SYSCALL_DEFINE2() 1190 sizeof(struct sigevent))) in SYSCALL_DEFINE2()
|
/linux-4.1.27/include/linux/ |
D | audit.h | 246 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification); 296 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() 419 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.1.27/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()
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | siginfo.h | 285 typedef struct sigevent { struct
|
/linux-4.1.27/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.1.27/kernel/time/ |
D | posix-timers.c | 596 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()
|