Searched refs:irqtp (Results 1 – 1 of 1) sorted by relevance
256 struct thread_info *curtp, *irqtp; in do_IRQ() local289 irqtp = hardirq_ctx[smp_processor_id()]; in do_IRQ()290 if (curtp != irqtp) { in do_IRQ()296 irqtp->task = curtp->task; in do_IRQ()297 irqtp->flags = 0; in do_IRQ()302 irqtp->preempt_count = in do_IRQ()303 (irqtp->preempt_count & ~SOFTIRQ_MASK) | in do_IRQ()306 current->thread.ksp_limit = (unsigned long)irqtp + in do_IRQ()308 call_handle_irq(irq, desc, irqtp, handler); in do_IRQ()310 irqtp->task = NULL; in do_IRQ()[all …]