Home
last modified time | relevance | path

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

/Linux-v6.1/ipc/
Dmqueue.c646 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
648 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
791 switch (info->notify.sigev_notify) { in __do_notify()
856 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1331 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1332 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1333 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1335 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1339 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1404 switch (notification->sigev_notify) { in do_mq_notify()
[all …]
/Linux-v6.1/tools/build/feature/
Dtest-libaio.c13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
/Linux-v6.1/kernel/
Dcompat.c187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/Linux-v6.1/tools/testing/selftests/timens/
Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/Linux-v6.1/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-v6.1/include/uapi/asm-generic/
Dsiginfo.h343 int sigev_notify; member
/Linux-v6.1/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-v6.1/include/linux/
Dcompat.h337 compat_int_t sigev_notify; member
/Linux-v6.1/tools/perf/
Dbuiltin-record.c291 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
/Linux-v6.1/tools/power/x86/turbostat/
Dturbostat.c3470 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()