Searched refs:irqtp (Results 1 – 1 of 1) sorted by relevance
511 struct thread_info *curtp, *irqtp, *sirqtp; in do_IRQ() local515 irqtp = hardirq_ctx[raw_smp_processor_id()]; in do_IRQ()521 if (unlikely(curtp == irqtp || curtp == sirqtp)) { in do_IRQ()528 irqtp->task = curtp->task; in do_IRQ()529 irqtp->flags = 0; in do_IRQ()532 irqtp->preempt_count = curtp->preempt_count; in do_IRQ()535 call_do_irq(regs, irqtp); in do_IRQ()538 irqtp->task = NULL; in do_IRQ()541 if (irqtp->flags) in do_IRQ()542 set_bits(irqtp->flags, &curtp->flags); in do_IRQ()[all …]