Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/ptp/
Dtestptp.c156 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/
Dcompat_mq.c98 struct sigevent __user *p = NULL; in COMPAT_SYSCALL_DEFINE2()
100 struct sigevent n; in COMPAT_SYSCALL_DEFINE2()
Dmqueue.c74 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/
Daudit.h250 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()
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.4.14/tools/testing/selftests/timers/
Dalarmtimer-suspend.c134 struct sigevent se; in main()
Dset-timer-lat.c126 struct sigevent se; in do_timer()
Dleap-a-day.c190 struct sigevent se; in main()
/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h285 typedef struct sigevent { struct
/linux-4.4.14/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.4.14/kernel/time/
Dposix-timers.c603 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()