Searched refs:softirq_ctx (Results 1 – 6 of 6) sorted by relevance
66 static union irq_ctx *softirq_ctx[NR_CPUS] __read_mostly; variable140 softirq_ctx[cpu] = irqctx; in irq_ctx_init()143 cpu, hardirq_ctx[cpu], softirq_ctx[cpu]); in irq_ctx_init()158 irqctx = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
668 sirqtp = softirq_ctx[raw_smp_processor_id()]; in do_IRQ()748 struct thread_info *softirq_ctx[NR_CPUS] __read_mostly; variable757 memset((void *)softirq_ctx[i], 0, THREAD_SIZE); in irq_ctx_init()758 tp = softirq_ctx[i]; in irq_ctx_init()774 irqtp = softirq_ctx[smp_processor_id()]; in do_softirq_own_stack()
208 softirq_ctx[i] = (struct thread_info *) in irqstack_early_init()
656 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
2002 stack_page = (unsigned long) softirq_ctx[cpu]; in valid_irq_stack()
63 extern struct thread_info *softirq_ctx[NR_CPUS];