Searched refs:sigevent (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/Documentation/ptp/ |
D | testptp.c | 134 struct sigevent sigevent; in main() local 312 sigevent.sigev_notify = SIGEV_SIGNAL; in main() 313 sigevent.sigev_signo = SIGALRM; in main() 314 if (timer_create(clkid, &sigevent, &timerid)) { in main() 332 sigevent.sigev_notify = SIGEV_SIGNAL; in main() 333 sigevent.sigev_signo = SIGALRM; in main() 334 if (timer_create(clkid, &sigevent, &timerid)) { in main()
|
/linux-3.4.99/ipc/ |
D | compat_mq.c | 111 struct sigevent __user *p = NULL; in compat_sys_mq_notify() 113 struct sigevent n; in compat_sys_mq_notify()
|
D | mqueue.c | 67 struct sigevent notify; 1027 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() 1033 struct sigevent notification; in SYSCALL_DEFINE2() 1039 sizeof(struct sigevent))) in SYSCALL_DEFINE2()
|
/linux-3.4.99/include/asm-generic/ |
D | siginfo.h | 267 typedef struct sigevent { struct
|
/linux-3.4.99/include/linux/ |
D | audit.h | 539 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification); 589 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify()
|
D | syscalls.h | 307 struct sigevent __user *timer_event_spec, 687 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
|
D | compat.h | 316 int get_compat_sigevent(struct sigevent *event,
|
/linux-3.4.99/kernel/ |
D | compat.c | 681 struct sigevent __user *event = NULL; in compat_sys_timer_create() 684 struct sigevent kevent; in compat_sys_timer_create() 871 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent()
|
D | posix-timers.c | 536 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()
|
D | auditsc.c | 2399 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()
|