Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dposix-timers.c76 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
509 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) && in good_sigevent()
742 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()
753 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) in common_timer_get()
763 if ((timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()
861 if (((timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) { in common_timer_set()
Dalarmtimer.c473 if ((ptr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) { in alarm_handle_timer()
Dposix-cpu-timers.c505 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/linux-4.1.27/include/uapi/asm-generic/
Dsiginfo.h269 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/linux-4.1.27/ipc/
Dmqueue.c639 case SIGEV_NONE: in __do_notify()
1199 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2()
1276 case SIGEV_NONE: in SYSCALL_DEFINE2()
1277 info->notify.sigev_notify = SIGEV_NONE; in SYSCALL_DEFINE2()
/linux-4.1.27/fs/proc/
Dbase.c2004 [SIGEV_NONE] = "none", in show_timer()