Searched refs:intpending (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ks8695/
H A Dtime.c42 unsigned long elapsed, tick2, intpending; local
53 intpending = __raw_readl(KS8695_IRQ_VA + KS8695_INTST) & (1 << KS8695_IRQ_TIMER1);
61 if (intpending)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c176 static volatile sig_atomic_t intpending; variable
238 intpending = 0;
261 if (--suppressint == 0 && intpending) {
270 if (intpending)
278 if (--suppressint == 0 && intpending) \
285 if (intpending) \
296 if (suppressint == 0 && intpending) \
335 intpending = 1;
6169 while (! intpending && (dp = readdir(dirp)) != NULL) {

Completed in 81 milliseconds