Home
last modified time | relevance | path

Searched refs:sigev_notify (Results 1 – 15 of 15) sorted by relevance

/linux/tools/testing/selftests/timers/
H A Dposix_timers.c298 sev.sigev_notify = SIGEV_SIGNAL; in check_sig_ign()
302 sev.sigev_notify = SIGEV_THREAD_ID; in check_sig_ign()
376 sev.sigev_notify = SIGEV_SIGNAL; in check_rearm()
432 sev.sigev_notify = SIGEV_SIGNAL; in check_delete()
466 sev.sigev_notify = SIGEV_NONE; in check_sigev_none()
512 sev.sigev_notify = SIGEV_SIGNAL; in check_gettime()
572 sev.sigev_notify = SIGEV_SIGNAL; in check_overrun()
H A Dalarmtimer-suspend.c121 se.sigev_notify = SIGEV_SIGNAL; in main()
H A Dset-timer-lat.c119 se.sigev_notify = SIGEV_SIGNAL; in setup_timer()
H A Dleap-a-day.c293 se.sigev_notify = SIGEV_SIGNAL; in main()
/linux/ipc/
H A Dmqueue.c641 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
643 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
786 switch (info->notify.sigev_notify) { in __do_notify()
851 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1279 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1280 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1281 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1283 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1287 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1345 switch (notification->sigev_notify) { in do_mq_notify()
[all …]
/linux/tools/build/feature/
H A Dtest-libaio.c13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
/linux/kernel/
H A Dcompat.c187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/linux/tools/testing/selftests/timens/
H A Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/linux/arch/um/os-Linux/
H A Dtime.c49 .sigev_notify = SIGEV_THREAD_ID, in os_timer_create()
/linux/tools/testing/selftests/net/
H A Dnetlink-dumps.c251 sigev.sigev_notify = SIGEV_THREAD; in TEST()
/linux/include/linux/
H A Dcompat.h339 compat_int_t sigev_notify; member
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c257 .sigev_notify = SIGEV_THREAD, in watchdog_init()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1100 evp.sigev_notify = SIGEV_NONE; in test_mmap_munmap()
/linux/tools/perf/
H A Dbuiltin-record.c301 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
/linux/tools/power/x86/turbostat/
H A Dturbostat.c6793 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()