Searched refs:sigevent (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 263 struct sigevent sev; in check_sig_ign() 348 struct sigevent sev; in check_rearm() 404 struct sigevent sev; in check_delete() 460 struct sigevent sev; in check_sigev_none() 498 struct sigevent sev; in check_gettime() 553 struct sigevent sev; in check_overrun()
|
| H A D | alarmtimer-suspend.c | 109 struct sigevent se; in main()
|
| H A D | set-timer-lat.c | 113 struct sigevent se; in setup_timer()
|
| H A D | leap-a-day.c | 179 struct sigevent se; in main()
|
| /linux-6.15/tools/testing/selftests/timens/ |
| H A D | timer.c | 29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
|
| /linux-6.15/include/linux/ |
| H A D | audit.h | 412 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification); 483 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() 661 const struct sigevent *notification) in audit_mq_notify()
|
| H A D | compat.h | 437 int get_compat_sigevent(struct sigevent *event,
|
| H A D | syscalls.h | 600 struct sigevent __user *timer_event_spec, 729 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
|
| /linux-6.15/ipc/ |
| H A D | mqueue.c | 144 struct sigevent notify; 1291 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify() 1401 const struct sigevent __user *, u_notification) in SYSCALL_DEFINE2() 1403 struct sigevent n, *p = NULL; in SYSCALL_DEFINE2() 1405 if (copy_from_user(&n, u_notification, sizeof(struct sigevent))) in SYSCALL_DEFINE2() 1534 struct sigevent n, *p = NULL; in COMPAT_SYSCALL_DEFINE2()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | netlink-dumps.c | 214 struct sigevent sigev; in TEST()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | siginfo.h | 336 typedef struct sigevent { struct
|
| /linux-6.15/kernel/ |
| H A D | compat.c | 179 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent()
|
| H A D | auditsc.c | 2588 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()
|
| /linux-6.15/kernel/time/ |
| H A D | posix-timers.c | 474 static int do_timer_create(clockid_t which_clock, struct sigevent *event, in do_timer_create() 583 struct sigevent __user *, timer_event_spec, in SYSCALL_DEFINE3()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_progs.c | 254 struct sigevent watchdog_sev = { in watchdog_init()
|
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 6307 struct sigevent sev; in msr_sum_record() 6317 memset(&sev, 0, sizeof(struct sigevent)); in msr_sum_record()
|