Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dposix-timers.c76 ~(SIGEV_SIGNAL | SIGEV_NONE | SIGEV_THREAD))
516 if (((event->sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) && in good_sigevent()
749 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()
760 (timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) in common_timer_get()
770 if ((timr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) in common_timer_get()
868 if (((timr->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE)) { in common_timer_set()
Dalarmtimer.c470 if ((ptr->it_sigev_notify & ~SIGEV_THREAD_ID) != SIGEV_NONE) { in alarm_handle_timer()
Dposix-cpu-timers.c528 if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { in cpu_timer_fire()
/linux-4.4.14/include/uapi/asm-generic/
Dsiginfo.h269 #define SIGEV_NONE 1 /* other notification: meaningless */ macro
/linux-4.4.14/ipc/
Dmqueue.c635 case SIGEV_NONE: in __do_notify()
1211 if (unlikely(notification.sigev_notify != SIGEV_NONE && in SYSCALL_DEFINE2()
1288 case SIGEV_NONE: in SYSCALL_DEFINE2()
1289 info->notify.sigev_notify = SIGEV_NONE; in SYSCALL_DEFINE2()
/linux-4.4.14/fs/proc/
Dbase.c2200 [SIGEV_NONE] = "none", in show_timer()