Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/ptp/
Dtestptp.c155 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/
Dcompat_mq.c98 struct sigevent __user *p = NULL; in COMPAT_SYSCALL_DEFINE2()
100 struct sigevent n; in COMPAT_SYSCALL_DEFINE2()
Dmqueue.c75 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/
Daudit.h246 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()
Dsyscalls.h266 struct sigevent __user *timer_event_spec,
682 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
Dcompat.h385 int get_compat_sigevent(struct sigevent *event,
/linux-4.1.27/tools/testing/selftests/timers/
Dalarmtimer-suspend.c134 struct sigevent se; in main()
Dset-timer-lat.c126 struct sigevent se; in do_timer()
/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h285 typedef struct sigevent { struct
/linux-4.1.27/kernel/
Dcompat.c686 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()
Dauditsc.c2089 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()
/linux-4.1.27/kernel/time/
Dposix-timers.c596 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()