Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dposix-timers.c63 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
422 case SIGEV_NONE: in good_sigevent()
651 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
869 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
Dposix-cpu-timers.c525 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/Linux-v5.4/include/uapi/asm-generic/
Dsiginfo.h304 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/Linux-v5.4/ipc/
Dmqueue.c714 case SIGEV_NONE: in __do_notify()
1230 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1304 case SIGEV_NONE: in do_mq_notify()
1305 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
/Linux-v5.4/tools/perf/
Dbuiltin-record.c156 cblock->aio_sigevent.sigev_notify = SIGEV_NONE; in record__aio_write()
/Linux-v5.4/fs/proc/
Dbase.c2311 [SIGEV_NONE] = "none", in show_timer()