Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dposix-timers.c426 shared = !(timr->it_sigev_notify & SIGEV_THREAD_ID); in posix_timer_event()
653 new_timer->it_sigev_notify = event.sigev_notify; in SYSCALL_DEFINE3()
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/linux/
Dposix-timers.h72 int it_sigev_notify; /* notify word of sigevent struct */ member
/linux-4.4.14/fs/proc/
Dbase.c2205 notify = timer->it_sigev_notify; in show_timer()