Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/timens/
Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/Linux-v6.6/include/uapi/asm-generic/
Dsiginfo.h325 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/Linux-v6.6/kernel/time/
Dposix-timers.c58 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
394 case SIGEV_NONE: in good_sigevent()
643 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
893 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
Dposix-cpu-timers.c587 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/Linux-v6.6/ipc/
Dmqueue.c793 case SIGEV_NONE: in __do_notify()
1330 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1404 case SIGEV_NONE: in do_mq_notify()
1405 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
/Linux-v6.6/fs/proc/
Dbase.c2495 [SIGEV_NONE] = "none", in show_timer()
/Linux-v6.6/tools/perf/
Dbuiltin-record.c286 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()