Home
last modified time | relevance | path

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

/openbmc/linux/ipc/
H A 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 …]
/openbmc/linux/tools/build/feature/
H A Dtest-libaio.c13 aiocb.aio_sigevent.sigev_notify = 1 /*SIGEV_NONE*/; in main()
/openbmc/qemu/tests/tcg/hexagon/
H A Dsignal_context.c45 sev.sigev_notify = SIGEV_SIGNAL; in main()
/openbmc/linux/kernel/
H A Dcompat.c187 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h101 abi_int sigev_notify; member
/openbmc/linux/tools/testing/selftests/timens/
H A Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/openbmc/linux/tools/testing/selftests/timers/
H A Dalarmtimer-suspend.c135 se.sigev_notify = SIGEV_SIGNAL; in main()
H A Dset-timer-lat.c131 se.sigev_notify = SIGEV_SIGNAL; in setup_timer()
H A Dleap-a-day.c293 se.sigev_notify = SIGEV_SIGNAL; in main()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsignals.c121 sev.sigev_notify = SIGEV_SIGNAL; in test_signals()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h344 int sigev_notify; member
/openbmc/linux/kernel/time/
H A Dposix-timers.c382 switch (event->sigev_notify) { in good_sigevent()
486 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
/openbmc/linux/include/linux/
H A Dcompat.h335 compat_int_t sigev_notify; member
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2644 abi_int sigev_notify; member
H A Dsyscall.c7579 host_sevp->sigev_notify = tswap32(target_sevp->sigev_notify); in target_to_host_sigevent()
/openbmc/linux/tools/perf/
H A Dbuiltin-record.c286 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c3474 sev.sigev_notify = SIGEV_THREAD; in msr_sum_record()