Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dposix_timers.c263 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 Dalarmtimer-suspend.c109 struct sigevent se; in main()
H A Dset-timer-lat.c113 struct sigevent se; in setup_timer()
H A Dleap-a-day.c179 struct sigevent se; in main()
/linux/tools/include/nolibc/
H A Dtime.h167 * int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid);
173 int sys_timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in sys_timer_create()
179 int timer_create(clockid_t clockid, struct sigevent *evp, timer_t *timerid) in timer_create()
/linux/tools/testing/selftests/timens/
H A Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/linux/ipc/
H A Dmqueue.c144 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/tools/testing/selftests/net/
H A Dnetlink-dumps.c214 struct sigevent sigev; in TEST()
/linux/kernel/
H A Dcompat.c173 * We currently only need the following fields from the sigevent
179 int get_compat_sigevent(struct sigevent *event, in get_compat_sigevent()
H A Dauditsc.c2588 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in __audit_mq_notify()
/linux/include/linux/
H A Dcompat.h437 int get_compat_sigevent(struct sigevent *event,
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c944 struct sigevent evp; in test_timer()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c6635 struct sigevent sev; in msr_sum_record()
6645 memset(&sev, 0, sizeof(struct sigevent)); in msr_sum_record()