Home
last modified time | relevance | path

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

/linux-6.6.21/ipc/
Dmqueue.c647 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
649 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
792 switch (info->notify.sigev_notify) { in __do_notify()
857 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1330 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1331 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1332 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1334 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1338 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1403 switch (notification->sigev_notify) { in do_mq_notify()
[all …]
/linux-6.6.21/tools/build/feature/
Dtest-libaio.c13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
/linux-6.6.21/kernel/
Dcompat.c187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/linux-6.6.21/tools/testing/selftests/timens/
Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/linux-6.6.21/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-6.6.21/include/uapi/asm-generic/
Dsiginfo.h344 int sigev_notify; member
/linux-6.6.21/kernel/time/
Dposix-timers.c382 switch (event->sigev_notify) { in good_sigevent()
486 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
/linux-6.6.21/include/linux/
Dcompat.h335 compat_int_t sigev_notify; member
/linux-6.6.21/tools/perf/
Dbuiltin-record.c286 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
/linux-6.6.21/tools/power/x86/turbostat/
Dturbostat.c3470 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()