Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/asm-generic/
Dsiginfo.h297 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/Linux-v4.19/kernel/time/
Dposix-timers.c84 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
446 case SIGEV_NONE: in good_sigevent()
675 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
864 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
Dposix-cpu-timers.c511 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/Linux-v4.19/ipc/
Dmqueue.c660 case SIGEV_NONE: in __do_notify()
1176 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1255 case SIGEV_NONE: in do_mq_notify()
1256 info->notify.sigev_notify = SIGEV_NONE; in do_mq_notify()
/Linux-v4.19/fs/proc/
Dbase.c2293 [SIGEV_NONE] = "none", in show_timer()