Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/timens/
Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/linux-5.19.10/tools/testing/selftests/timers/
Dalarmtimer-suspend.c123 struct sigevent se; in main()
Dset-timer-lat.c125 struct sigevent se; in setup_timer()
Dleap-a-day.c179 struct sigevent se; in main()
/linux-5.19.10/include/linux/
Daudit.h413 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
484 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify()
666 const struct sigevent *notification) in audit_mq_notify()
Dcompat.h439 int get_compat_sigevent(struct sigevent *event,
Dsyscalls.h652 struct sigevent __user *timer_event_spec,
797 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
/linux-5.19.10/tools/testing/selftests/breakpoints/
Dstep_after_suspend_test.c133 struct sigevent event = {}; in suspend()
/linux-5.19.10/ipc/
Dmqueue.c144 struct sigevent notify;
1318 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify()
1442 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2()
1444 struct sigevent n, *p = NULL; in SYSCALL_DEFINE2()
1446 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2()
1579 struct sigevent n, *p = NULL; in COMPAT_SYSCALL_DEFINE2()
/linux-5.19.10/include/uapi/asm-generic/
Dsiginfo.h340 typedef struct sigevent { struct
/linux-5.19.10/kernel/
Dcompat.c179 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent()
Dauditsc.c2613 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()
/linux-5.19.10/kernel/time/
Dposix-timers.c498 static int do_timer_create(clockid_t which_clock, struct sigevent *event, in do_timer_create()
578 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()
/linux-5.19.10/tools/power/x86/turbostat/
Dturbostat.c3466 struct sigevent sev; in msr_sum_record()
3476 memset(&sev, 0, sizeof(struct sigevent)); in msr_sum_record()