Home
last modified time | relevance | path

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

/linux-3.4.99/Documentation/ptp/
Dtestptp.c134 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/
Dcompat_mq.c111 struct sigevent __user *p = NULL; in compat_sys_mq_notify()
113 struct sigevent n; in compat_sys_mq_notify()
Dmqueue.c67 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/
Dsiginfo.h267 typedef struct sigevent { struct
/linux-3.4.99/include/linux/
Daudit.h539 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()
Dsyscalls.h307 struct sigevent __user *timer_event_spec,
687 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
Dcompat.h316 int get_compat_sigevent(struct sigevent *event,
/linux-3.4.99/kernel/
Dcompat.c681 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()
Dposix-timers.c536 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()
Dauditsc.c2399 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()