Lines Matching defs:pending
181 unsigned long pending = 1UL << sig;
187 * pending comes back with one bit set for each
196 bail = to_irq_stack(&pending);
200 nested = pending & 1;
201 pending &= ~1;
203 while ((sig = ffs(pending)) != 0){
205 pending &= ~(1 << sig);
210 * Again, pending comes back with a mask of signals
216 pending = from_irq_stack(nested);
217 } while (pending);
314 * We have pending interrupts, so disable signals, as the
319 * pending signals will mess up the tracing state.
326 * schedule, leaving the pending SIGIO stranded until we come
340 /* Rerun the loop only if there is still pending SIGIO and not in TIMER handler */
398 /* Must be set to 0 before we check the pending bits etc. */