Home
last modified time | relevance | path

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

/Linux-v4.19/ipc/
Dmqueue.c516 info->notify_owner ? info->notify.sigev_notify : 0, in mqueue_read_file()
518 info->notify.sigev_notify == SIGEV_SIGNAL) ? in mqueue_read_file()
659 switch (info->notify.sigev_notify) { in __do_notify()
707 info->notify.sigev_notify == SIGEV_THREAD) { in remove_notification()
1176 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1177 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1178 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1180 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1184 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1254 switch (notification->sigev_notify) { in do_mq_notify()
[all …]
/Linux-v4.19/tools/testing/selftests/ptp/
Dtestptp.c399 sigevent.sigev_notify = SIGEV_SIGNAL; in main()
419 sigevent.sigev_notify = SIGEV_SIGNAL; in main()
/Linux-v4.19/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-v4.19/include/uapi/asm-generic/
Dsiginfo.h316 int sigev_notify; member
/Linux-v4.19/kernel/
Dcompat.c342 __get_user(event->sigev_notify, &u_event->sigev_notify) || in get_compat_sigevent()
/Linux-v4.19/kernel/time/
Dposix-timers.c434 switch (event->sigev_notify) { in good_sigevent()
534 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
/Linux-v4.19/include/linux/
Dcompat.h353 compat_int_t sigev_notify; member