Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timens/
H A Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/linux/kernel/time/
H A Dposix-timers.c65 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
408 case SIGEV_NONE: in good_sigevent()
672 * 2) The timer is a SIGEV_NONE timer. These timers are never enqueued
682 sig_none = timr->it_sigev_notify == SIGEV_NONE;
690 * SIGEV_NONE oneshot timers are never queued and therefore in common_timer_get()
705 * is a SIGEV_NONE timer move the expiry time forward by intervals, in common_timer_get()
723 * A single shot SIGEV_NONE timer must return 0, when it is in common_timer_get()
904 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
H A Dposix-cpu-timers.c625 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in posix_cpu_timer_set()
743 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in __posix_cpu_timer_get()
/linux/include/uapi/asm-generic/
H A Dsiginfo.h320 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/linux/ipc/
H A Dmqueue.c787 case SIGEV_NONE: in __do_notify()
1279 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1346 case SIGEV_NONE: in do_mq_notify()
1347 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
/linux/tools/testing/selftests/timers/
H A Dposix_timers.c465 sev.sigev_notify = SIGEV_NONE; in check_sigev_none()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1001 evp.sigev_notify = SIGEV_NONE; in test_timer()
/linux/fs/proc/
H A Dbase.c2545 [SIGEV_NONE] = "none", in show_timer()
/linux/tools/perf/
H A Dbuiltin-record.c301 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()