it_sigev_notify 2316 fs/proc/base.c notify = timer->it_sigev_notify; it_sigev_notify 204 include/linux/posix-timers.h int it_sigev_notify; it_sigev_notify 525 kernel/time/posix-cpu-timers.c if ((timer->it_sigev_notify & ~SIGEV_THREAD_ID) == SIGEV_NONE) { it_sigev_notify 327 kernel/time/posix-timers.c type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; it_sigev_notify 510 kernel/time/posix-timers.c new_timer->it_sigev_notify = event->sigev_notify; it_sigev_notify 514 kernel/time/posix-timers.c new_timer->it_sigev_notify = SIGEV_SIGNAL; it_sigev_notify 651 kernel/time/posix-timers.c sig_none = timr->it_sigev_notify == SIGEV_NONE; it_sigev_notify 869 kernel/time/posix-timers.c sigev_none = timr->it_sigev_notify == SIGEV_NONE;