Searched refs:SI_TIMER (Results 1 – 4 of 4) sorted by relevance
107 #undef SI_TIMER110 #define SI_TIMER __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */ macro
148 #define SI_TIMER __SI_CODE(__SI_TIMER,-2) /* sent by timer expiration */ macro
595 new_timer->sigq->info.si_code = SI_TIMER; in SYSCALL_DEFINE3()
317 if (likely(q->info.si_code != SI_TIMER)) { in __flush_itimer_signals()1434 BUG_ON(q->info.si_code != SI_TIMER); in send_sigqueue()