Home
last modified time | relevance | path

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

/Linux-v5.4/ipc/
Dmqueue.c572 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
574 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
713 switch (info->notify.sigev_notify) { in __do_notify()
761 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1230 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1231 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1232 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1234 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1238 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1303 switch (notification->sigev_notify) { in do_mq_notify()
[all …]
/Linux-v5.4/tools/build/feature/
Dtest-libaio.c13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
/Linux-v5.4/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.4/kernel/
Dcompat.c275 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h323 int sigev_notify; member
/Linux-v5.4/kernel/time/
Dposix-timers.c410 switch (event->sigev_notify) { in good_sigevent()
510 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
/Linux-v5.4/include/linux/
Dcompat.h321 compat_int_t sigev_notify; member
/Linux-v5.4/tools/perf/
Dbuiltin-record.c156 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()