Searched refs:irqtp (Results 1 – 1 of 1) sorted by relevance
663 struct thread_info *curtp, *irqtp, *sirqtp; in do_IRQ() local667 irqtp = hardirq_ctx[raw_smp_processor_id()]; in do_IRQ()671 if (unlikely(curtp == irqtp || curtp == sirqtp)) { in do_IRQ()678 irqtp->task = curtp->task; in do_IRQ()679 irqtp->flags = 0; in do_IRQ()682 irqtp->preempt_count = curtp->preempt_count; in do_IRQ()685 call_do_irq(regs, irqtp); in do_IRQ()688 irqtp->task = NULL; in do_IRQ()691 if (irqtp->flags) in do_IRQ()692 set_bits(irqtp->flags, &curtp->flags); in do_IRQ()[all …]