Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dposix-timers.c523 new_timer->it_sigev_notify = event->sigev_notify; in do_timer_create()
527 new_timer->it_sigev_notify = SIGEV_SIGNAL; in do_timer_create()
533 if (new_timer->it_sigev_notify & SIGEV_THREAD_ID) in do_timer_create()
698 sig_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_get()
920 sigev_none = timr->it_sigev_notify == SIGEV_NONE; in common_timer_set()
H A Dposix-cpu-timers.c625 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in posix_cpu_timer_set()
743 bool sigev_none = timer->it_sigev_notify == SIGEV_NONE; in __posix_cpu_timer_get()
/linux-6.15/include/linux/
H A Dposix-timers.h187 int it_sigev_notify; member
/linux-6.15/fs/proc/
H A Dbase.c2542 int notify = timer->it_sigev_notify; in show_timer()