Lines Matching defs:pending
167 unsigned long pending = 1UL << sig;
173 * pending comes back with one bit set for each
182 bail = to_irq_stack(&pending);
186 nested = pending & 1;
187 pending &= ~1;
189 while ((sig = ffs(pending)) != 0){
191 pending &= ~(1 << sig);
196 * Again, pending comes back with a mask of signals
202 pending = from_irq_stack(nested);
203 } while (pending);
292 * We have pending interrupts, so disable signals, as the
297 * pending signals will mess up the tracing state.
304 * schedule, leaving the pending SIGIO stranded until we come
318 /* Rerun the loop only if there is still pending SIGIO and not in TIMER handler */