Searched refs:SI_TIMER (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsiginfo.h107 #undef SI_TIMER macro
110 #define SI_TIMER __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsiginfo.h148 #define SI_TIMER __SI_CODE(__SI_TIMER,-2) /* sent by timer expiration */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-timers.c552 new_timer->sigq->info.si_code = SI_TIMER;
H A Dsignal.c317 if (likely(q->info.si_code != SI_TIMER)) {
1425 * If an SI_TIMER entry is already queue just increment
1428 BUG_ON(q->info.si_code != SI_TIMER);

Completed in 107 milliseconds