Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dposix-timers.h101 int it_sigev_notify; member
/Linux-v4.19/kernel/time/
Dposix-timers.c351 type = !(timr->it_sigev_notify & SIGEV_THREAD_ID) ? PIDTYPE_TGID : PIDTYPE_PID; in posix_timer_event()
534 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
538 new_timer->it_sigev_notify = SIGEV_SIGNAL; in do_timer_create()
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/fs/proc/
Dbase.c2298 notify = timer->it_sigev_notify; in show_timer()