Lines Matching defs:pending
17 unsigned long *pending;
61 *state = test_bit(hwirq, irq_ctx->work_ctx->pending);
79 assign_bit(hwirq, irq_ctx->work_ctx->pending, state);
108 while (!bitmap_empty(work_ctx->pending, work_ctx->irq_count)) {
109 offset = find_next_bit(work_ctx->pending,
111 clear_bit(offset, work_ctx->pending);
173 work_ctx->pending = bitmap_zalloc(num_irqs, GFP_KERNEL);
174 if (!work_ctx->pending)
189 bitmap_free(work_ctx->pending);
208 bitmap_free(work_ctx->pending);