Searched refs:sigevent (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/timens/ |
| D | timer.c | 29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
|
| /Linux-v5.15/include/linux/ |
| D | audit.h | 394 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification); 464 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() 632 const struct sigevent *notification) in audit_mq_notify()
|
| D | compat.h | 407 int get_compat_sigevent(struct sigevent *event,
|
| D | syscalls.h | 651 struct sigevent __user *timer_event_spec, 796 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
|
| /Linux-v5.15/tools/testing/selftests/timers/ |
| D | alarmtimer-suspend.c | 123 struct sigevent se; in main()
|
| D | set-timer-lat.c | 125 struct sigevent se; in setup_timer()
|
| D | leap-a-day.c | 179 struct sigevent se; in main()
|
| /Linux-v5.15/ipc/ |
| D | mqueue.c | 143 struct sigevent notify; 1306 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify() 1430 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() 1432 struct sigevent n, *p = NULL; in SYSCALL_DEFINE2() 1434 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2() 1567 struct sigevent n, *p = NULL; in COMPAT_SYSCALL_DEFINE2()
|
| /Linux-v5.15/tools/testing/selftests/breakpoints/ |
| D | step_after_suspend_test.c | 133 struct sigevent event = {}; in suspend()
|
| /Linux-v5.15/include/uapi/asm-generic/ |
| D | siginfo.h | 333 typedef struct sigevent { struct
|
| /Linux-v5.15/kernel/ |
| D | compat.c | 179 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent()
|
| D | auditsc.c | 2280 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()
|
| /Linux-v5.15/kernel/time/ |
| D | posix-timers.c | 498 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-v5.15/tools/power/x86/turbostat/ |
| D | turbostat.c | 3396 struct sigevent sev; in msr_sum_record() 3406 memset(&sev, 0, sizeof(struct sigevent)); in msr_sum_record()
|