Home
last modified time | relevance | path

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

/Linux-v5.10/ipc/
Dmqueue.c632 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
634 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
777 switch (info->notify.sigev_notify) { in __do_notify()
842 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1315 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1316 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1317 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1319 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1323 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1388 switch (notification->sigev_notify) { in do_mq_notify()
[all …]
/Linux-v5.10/tools/build/feature/
Dtest-libaio.c13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
/Linux-v5.10/kernel/
Dcompat.c187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/Linux-v5.10/tools/testing/selftests/timens/
Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/Linux-v5.10/tools/testing/selftests/timers/
Dalarmtimer-suspend.c135 se.sigev_notify = SIGEV_SIGNAL; in main()
Dset-timer-lat.c131 se.sigev_notify = SIGEV_SIGNAL; in setup_timer()
Dleap-a-day.c293 se.sigev_notify = SIGEV_SIGNAL; in main()
/Linux-v5.10/include/uapi/asm-generic/
Dsiginfo.h325 int sigev_notify; member
/Linux-v5.10/kernel/time/
Dposix-timers.c436 switch (event->sigev_notify) { in good_sigevent()
536 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
/Linux-v5.10/include/linux/
Dcompat.h305 compat_int_t sigev_notify; member
/Linux-v5.10/tools/perf/
Dbuiltin-record.c188 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
/Linux-v5.10/tools/power/x86/turbostat/
Dturbostat.c3290 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()