Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/timens/
Dtimer.c29 struct sigevent sevp = {.sigev_notify = SIGEV_NONE}; in run_test()
/Linux-v5.10/include/uapi/asm-generic/
Dsiginfo.h306 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/Linux-v5.10/kernel/time/
Dposix-timers.c64 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
448 case SIGEV_NONE: in good_sigevent()
676 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
891 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
Dposix-cpu-timers.c536 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/Linux-v5.10/ipc/
Dmqueue.c778 case SIGEV_NONE: in __do_notify()
1315 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1389 case SIGEV_NONE: in do_mq_notify()
1390 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
/Linux-v5.10/tools/perf/
Dbuiltin-record.c188 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
/Linux-v5.10/fs/proc/
Dbase.c2458 [SIGEV_NONE] = "none", in show_timer()