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()
653 sirqsp = softirq_ctx[raw_smp_processor_id()]; in do_IRQ()679 void *softirq_ctx[NR_CPUS] __read_mostly; variable684 call_do_softirq(softirq_ctx[smp_processor_id()]); in do_softirq_own_stack()
156 softirq_ctx[i] = alloc_stack(); in irqstack_early_init()
667 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
1966 stack_page = (unsigned long)softirq_ctx[cpu]; in valid_irq_stack()
57 extern void *softirq_ctx[NR_CPUS];